#2B9D3F

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

Shades of Chateau Green #2B9D3F

Tints of Chateau Green #2B9D3F

Color information

#2B9D3F (or 0x2B9D3F) is unknown color: approx Chateau Green. HEX triplet: 2B, 9D and 3F. RGB value is (43,157,63). Sum of RGB (Red+Green+Blue) = 43+157+63=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9D3F is #D462C0. Grayscale: #707070. Windows color (decimal): -13918913 or 4169003. OLE color: 4169003.

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

Color convert

RGB4315763-
CMYK0.7300.600.38
HSL130.53º57%39.22%-
HSV(B)130.53º72.61%61.57%-
XYZ13.9524.998.79-
YUV112.2100.2378.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 157 (61.72% from 255) = 59.70%
BLUE value IS 63 (25% from 255) = 23.95%
R=16.35%
G=59.70%
B=23.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43157630.7300.600.38130.535739.22
Hex2B9D3F4903C26833927
Octal5323577111074462037147
Binary101011100111011111111001001011110010011010000011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,157,63); }

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

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

 a { background-color: rgb(43,157,63); }

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

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

 span { border-color: rgb(43,157,63); }

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