#309842

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

Shades of Chateau Green #309842

Tints of Chateau Green #309842

Color information

#309842 (or 0x309842) is unknown color: approx Chateau Green. HEX triplet: 30, 98 and 42. RGB value is (48,152,66). Sum of RGB (Red+Green+Blue) = 48+152+66=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #309842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309842 is #CF67BD. Grayscale: #6F6F6F. Windows color (decimal): -13592510 or 4364336. OLE color: 4364336.

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

Color convert

RGB4815266-
CMYK0.6800.570.40
HSL130.38º52%39.22%-
HSV(B)130.38º68.42%59.61%-
XYZ13.4323.488.98-
YUV111.1102.5482.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 152 (59.77% from 255) = 57.14%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=18.05%
G=57.14%
B=24.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152660.6800.570.40130.385239.22
Hex3098424403928823427
Octal60230102104071502026447
Binary1100001001100010000101000100011100110100010000010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309842; }

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

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

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

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

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

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

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

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