#309F49

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

Shades of Chateau Green #309F49

Tints of Chateau Green #309F49

Color information

#309F49 (or 0x309F49) is unknown color: approx Chateau Green. HEX triplet: 30, 9F and 49. RGB value is (48,159,73). Sum of RGB (Red+Green+Blue) = 48+159+73=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #309F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309F49 is #CF60B6. Grayscale: #747474. Windows color (decimal): -13590711 or 4824880. OLE color: 4824880.

HSL color Cylindrical-coordinate representation of color #309F49: hue angle of 133.51º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F49 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB4815973-
CMYK0.7000.540.38
HSL133.51º53.62%40.59%-
HSV(B)133.51º69.81%62.35%-
XYZ14.8225.9110.52-
YUV116.01103.7379.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 159 (62.5% from 255) = 56.79%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=17.14%
G=56.79%
B=26.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48159730.7000.540.38133.5153.6240.59
Hex309F494603626863629
Octal60237111106066462066651
Binary1100001001111110010011000110011011010011010000110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309F49; }

 p { color: rgb(48,159,73); }

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

<style>
 a { background-color: #309F49; }

 a { background-color: rgb(48,159,73); }

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

<style>
 span { border-color: #309F49; }

 span { border-color: rgb(48,159,73); }

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