#299F3F

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

Shades of Chateau Green #299F3F

Tints of Chateau Green #299F3F

Color information

#299F3F (or 0x299F3F) is unknown color: approx Chateau Green. HEX triplet: 29, 9F and 3F. RGB value is (41,159,63). Sum of RGB (Red+Green+Blue) = 41+159+63=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 159 (62.5% from 255 or 60.46% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 159 - color contains mainly: green. Hex color #299F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299F3F is #D660C0. Grayscale: #717171. Windows color (decimal): -14049473 or 4169513. OLE color: 4169513.

HSL color Cylindrical-coordinate representation of color #299F3F: hue angle of 131.19º 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 #299F3F is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB4115963-
CMYK0.7400.600.38
HSL131.19º59%39.22%-
HSV(B)131.19º74.21%62.35%-
XYZ14.2125.638.9-
YUV112.7799.9176.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 159 (62.5% from 255) = 60.46%
BLUE value IS 63 (25% from 255) = 23.95%
R=15.59%
G=60.46%
B=23.95%

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
Decimal41159630.7400.600.38131.195939.22
Hex299F3F4A03C26833b27
Octal5123777112074462037347
Binary101001100111111111111001010011110010011010000011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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