#30b250

Color #30B250 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #30B250

Tints of Chateau Green #30B250

Color information

#30B250 (or 0x30B250) is unknown color: approx Chateau Green. HEX triplet: 30, B2 and 50. RGB value is (48,178,80). Sum of RGB (Red+Green+Blue) = 48+178+80=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #30B250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B250 is #CF4DAF. Grayscale: #808080. Windows color (decimal): -13585840 or 5288496. OLE color: 5288496.

HSL color Cylindrical-coordinate representation of color #30B250: hue angle of 134.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B250 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB4817880-
CMYK0.7300.550.30
HSL134.77º57.52%44.31%-
HSV(B)134.77º73.03%69.8%-
XYZ18.5933.0512.99-
YUV127.96100.9370.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 178 (69.92% from 255) = 58.17%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=15.69%
G=58.17%
B=26.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48178800.7300.550.30134.7757.5244.31
Hex30B250490371E873a2c
Octal60262120111067362077254
Binary110000101100101010000100100101101111111010000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30b250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30b250; }

 p { color: rgb(48,178,80); }

 H1.HeaderClassName
 {
   color: #30b250;
 }
 .AnyTagClassName
 {
   color: #30b250;
 }
</style>
background-color css

<style>
 a { background-color: #30b250; }

 a { background-color: rgb(48,178,80); }

 div.DivClassName
 {
   background-color: #30b250;
 }
 .BgClassName
 {
   background-color: #30b250;
 }
</style>
border-color css

<style>
 span { border-color: #30b250; }

 span { border-color: rgb(48,178,80); }

 td.TdClassName
 {
   border-color: #30b250;
 }
 .TagClassName
 {
   border-color: #30b250;
 }
</style>