#30994C

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

Shades of Chateau Green #30994C

Tints of Chateau Green #30994C

Color information

#30994C (or 0x30994C) is unknown color: approx Chateau Green. HEX triplet: 30, 99 and 4C. RGB value is (48,153,76). Sum of RGB (Red+Green+Blue) = 48+153+76=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #30994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30994C is #CF66B3. Grayscale: #717171. Windows color (decimal): -13592244 or 5019952. OLE color: 5019952.

HSL color Cylindrical-coordinate representation of color #30994C: hue angle of 136º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30994C is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB4815376-
CMYK0.6900.500.4
HSL136º52.24%39.41%-
HSV(B)136º68.63%60%-
XYZ13.9123.9310.72-
YUV112.83107.2181.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=17.33%
G=55.23%
B=27.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153760.6900.500.413652.2439.41
Hex30994C4503228883427
Octal60231114105062502106447
Binary1100001001100110011001000101011001010100010001000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30994C; }

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

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

<style>
 a { background-color: #30994C; }

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

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

<style>
 span { border-color: #30994C; }

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

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