#30993E

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

Shades of Chateau Green #30993E

Tints of Chateau Green #30993E

Color information

#30993E (or 0x30993E) is unknown color: approx Chateau Green. HEX triplet: 30, 99 and 3E. RGB value is (48,153,62). Sum of RGB (Red+Green+Blue) = 48+153+62=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #30993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30993E is #CF66C1. Grayscale: #6F6F6F. Windows color (decimal): -13592258 or 4102448. OLE color: 4102448.

HSL color Cylindrical-coordinate representation of color #30993E: hue angle of 128º 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 #30993E is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB4815362-
CMYK0.6900.590.4
HSL128º52.24%39.41%-
HSV(B)128º68.63%60%-
XYZ13.4823.768.43-
YUV111.23100.2182.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 153 (60.16% from 255) = 58.17%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=18.25%
G=58.17%
B=23.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153620.6900.590.412852.2439.41
Hex30993E4503B28803427
Octal6023176105073502006447
Binary110000100110011111101000101011101110100010000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30993E; }

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

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

<style>
 a { background-color: #30993E; }

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

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

<style>
 span { border-color: #30993E; }

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

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