#30984B

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

Shades of Chateau Green #30984B

Tints of Chateau Green #30984B

Color information

#30984B (or 0x30984B) is unknown color: approx Chateau Green. HEX triplet: 30, 98 and 4B. RGB value is (48,152,75). Sum of RGB (Red+Green+Blue) = 48+152+75=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #30984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30984B is #CF67B4. Grayscale: #707070. Windows color (decimal): -13592501 or 4954160. OLE color: 4954160.

HSL color Cylindrical-coordinate representation of color #30984B: hue angle of 135.58º 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 #30984B is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB4815275-
CMYK0.6800.510.40
HSL135.58º52%39.22%-
HSV(B)135.58º68.42%59.61%-
XYZ13.7223.5910.49-
YUV112.13107.0482.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=17.45%
G=55.27%
B=27.27%

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
Decimal48152750.6800.510.40135.585239.22
Hex30984B4403328883427
Octal60230113104063502106447
Binary1100001001100010010111000100011001110100010001000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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