#309C40

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

Shades of Chateau Green #309C40

Tints of Chateau Green #309C40

Color information

#309C40 (or 0x309C40) is unknown color: approx Chateau Green. HEX triplet: 30, 9C and 40. RGB value is (48,156,64). Sum of RGB (Red+Green+Blue) = 48+156+64=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #309C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309C40 is #CF63BF. Grayscale: #717171. Windows color (decimal): -13591488 or 4234288. OLE color: 4234288.

HSL color Cylindrical-coordinate representation of color #309C40: hue angle of 128.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C40 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB4815664-
CMYK0.6900.590.39
HSL128.89º52.94%40%-
HSV(B)128.89º69.23%61.18%-
XYZ14.0324.788.89-
YUV113.22100.2281.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 156 (61.33% from 255) = 58.21%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=17.91%
G=58.21%
B=23.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48156640.6900.590.39128.8952.9440
Hex309C404503B27813528
Octal60234100105073472016550
Binary1100001001110010000001000101011101110011110000001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,156,64); }

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

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

 a { background-color: rgb(48,156,64); }

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

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

 span { border-color: rgb(48,156,64); }

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