#30984A

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

Shades of Chateau Green #30984A

Tints of Chateau Green #30984A

Color information

#30984A (or 0x30984A) is unknown color: approx Chateau Green. HEX triplet: 30, 98 and 4A. RGB value is (48,152,74). Sum of RGB (Red+Green+Blue) = 48+152+74=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #30984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30984A is #CF67B5. Grayscale: #707070. Windows color (decimal): -13592502 or 4888624. OLE color: 4888624.

HSL color Cylindrical-coordinate representation of color #30984A: hue angle of 135º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30984A is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB4815274-
CMYK0.6800.510.40
HSL135º52%39.22%-
HSV(B)135º68.42%59.61%-
XYZ13.6823.5810.31-
YUV112.01106.5482.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 152 (59.77% from 255) = 55.47%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=17.52%
G=55.47%
B=27.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152740.6800.510.401355239.22
Hex30984A4403328873427
Octal60230112104063502076447
Binary1100001001100010010101000100011001110100010000111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30984A; }

 p { color: rgb(48,152,74); }

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

<style>
 a { background-color: #30984A; }

 a { background-color: rgb(48,152,74); }

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

<style>
 span { border-color: #30984A; }

 span { border-color: rgb(48,152,74); }

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