#2BAF49

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

Shades of Chateau Green #2BAF49

Tints of Chateau Green #2BAF49

Color information

#2BAF49 (or 0x2BAF49) is unknown color: approx Chateau Green. HEX triplet: 2B, AF and 49. RGB value is (43,175,73). Sum of RGB (Red+Green+Blue) = 43+175+73=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF49 is #D450B6. Grayscale: #7C7C7C. Windows color (decimal): -13914295 or 4828971. OLE color: 4828971.

HSL color Cylindrical-coordinate representation of color #2BAF49: hue angle of 133.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF49 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB4317573-
CMYK0.7500.580.31
HSL133.64º60.55%42.75%-
HSV(B)133.64º75.43%68.63%-
XYZ17.5331.6511.49-
YUV123.999.2770.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.78%
GREEN value IS 175 (68.75% from 255) = 60.14%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=14.78%
G=60.14%
B=25.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43175730.7500.580.31133.6460.5542.75
Hex2BAF494B03A1F863d2b
Octal53257111113072372067553
Binary101011101011111001001100101101110101111110000110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,73); }

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

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

 a { background-color: rgb(43,175,73); }

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

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

 span { border-color: rgb(43,175,73); }

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