#2B9F42

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

Shades of Chateau Green #2B9F42

Tints of Chateau Green #2B9F42

Color information

#2B9F42 (or 0x2B9F42) is unknown color: approx Chateau Green. HEX triplet: 2B, 9F and 42. RGB value is (43,159,66). Sum of RGB (Red+Green+Blue) = 43+159+66=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9F42 is #D460BD. Grayscale: #717171. Windows color (decimal): -13918398 or 4366123. OLE color: 4366123.

HSL color Cylindrical-coordinate representation of color #2B9F42: hue angle of 131.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F42 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB4315966-
CMYK0.7300.580.38
HSL131.9º57.43%39.61%-
HSV(B)131.9º72.96%62.35%-
XYZ14.3825.79.36-
YUV113.71101.0777.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 159 (62.5% from 255) = 59.33%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=16.04%
G=59.33%
B=24.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43159660.7300.580.38131.957.4339.61
Hex2B9F424903A26843928
Octal53237102111072462047150
Binary1010111001111110000101001001011101010011010000100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B9F42; }

 p { color: rgb(43,159,66); }

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

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

 a { background-color: rgb(43,159,66); }

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

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

 span { border-color: rgb(43,159,66); }

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