#2B9F41

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

Shades of Chateau Green #2B9F41

Tints of Chateau Green #2B9F41

Color information

#2B9F41 (or 0x2B9F41) is unknown color: approx Chateau Green. HEX triplet: 2B, 9F and 41. RGB value is (43,159,65). Sum of RGB (Red+Green+Blue) = 43+159+65=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9F41 is #D460BE. Grayscale: #717171. Windows color (decimal): -13918399 or 4300587. OLE color: 4300587.

HSL color Cylindrical-coordinate representation of color #2B9F41: hue angle of 131.38º 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 #2B9F41 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB4315965-
CMYK0.7300.590.38
HSL131.38º57.43%39.61%-
HSV(B)131.38º72.96%62.35%-
XYZ14.3525.699.2-
YUV113.6100.5777.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 159 (62.5% from 255) = 59.55%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=16.10%
G=59.55%
B=24.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43159650.7300.590.38131.3857.4339.61
Hex2B9F414903B26833928
Octal53237101111073462037150
Binary1010111001111110000011001001011101110011010000011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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