#299F40

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

Shades of Chateau Green #299F40

Tints of Chateau Green #299F40

Color information

#299F40 (or 0x299F40) is unknown color: approx Chateau Green. HEX triplet: 29, 9F and 40. RGB value is (41,159,64). Sum of RGB (Red+Green+Blue) = 41+159+64=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #299F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299F40 is #D660BF. Grayscale: #717171. Windows color (decimal): -14049472 or 4235049. OLE color: 4235049.

HSL color Cylindrical-coordinate representation of color #299F40: hue angle of 131.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F40 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB4115964-
CMYK0.7400.600.38
HSL131.69º59%39.22%-
HSV(B)131.69º74.21%62.35%-
XYZ14.2425.649.05-
YUV112.89100.4176.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 159 (62.5% from 255) = 60.23%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=15.53%
G=60.23%
B=24.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41159640.7400.600.38131.695939.22
Hex299F404A03C26843b27
Octal51237100112074462047347
Binary1010011001111110000001001010011110010011010000100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299F40; }

 p { color: rgb(41,159,64); }

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

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

 a { background-color: rgb(41,159,64); }

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

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

 span { border-color: rgb(41,159,64); }

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