#2B9E4B

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

Shades of Chateau Green #2B9E4B

Tints of Chateau Green #2B9E4B

Color information

#2B9E4B (or 0x2B9E4B) is unknown color: approx Chateau Green. HEX triplet: 2B, 9E and 4B. RGB value is (43,158,75). Sum of RGB (Red+Green+Blue) = 43+158+75=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9E4B is #D461B4. Grayscale: #727272. Windows color (decimal): -13918645 or 4955691. OLE color: 4955691.

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

Color convert

RGB4315875-
CMYK0.7300.530.38
HSL136.7º57.21%39.41%-
HSV(B)136.7º72.78%61.96%-
XYZ14.4925.4810.81-
YUV114.15105.977.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 158 (62.11% from 255) = 57.25%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=15.58%
G=57.25%
B=27.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43158750.7300.530.38136.757.2139.41
Hex2B9E4B4903526893927
Octal53236113111065462117147
Binary1010111001111010010111001001011010110011010001001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,158,75); }

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

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

 a { background-color: rgb(43,158,75); }

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

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

 span { border-color: rgb(43,158,75); }

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