#30B94C

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

Shades of Chateau Green #30B94C

Tints of Chateau Green #30B94C

Color information

#30B94C (or 0x30B94C) is unknown color: approx Chateau Green. HEX triplet: 30, B9 and 4C. RGB value is (48,185,76). Sum of RGB (Red+Green+Blue) = 48+185+76=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #30B94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B94C is #CF46B3. Grayscale: #838383. Windows color (decimal): -13584052 or 5028144. OLE color: 5028144.

HSL color Cylindrical-coordinate representation of color #30B94C: hue angle of 132.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B94C is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB4818576-
CMYK0.7400.590.27
HSL132.26º58.8%45.69%-
HSV(B)132.26º74.05%72.55%-
XYZ19.8735.8512.71-
YUV131.6196.6168.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 185 (72.66% from 255) = 59.87%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=15.53%
G=59.87%
B=24.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48185760.7400.590.27132.2658.845.69
Hex30B94C4A03B1B843b2e
Octal60271114112073332047356
Binary110000101110011001100100101001110111101110000100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,185,76); }

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

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

 a { background-color: rgb(48,185,76); }

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

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

 span { border-color: rgb(48,185,76); }

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