#2BAF42

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

Shades of Chateau Green #2BAF42

Tints of Chateau Green #2BAF42

Color information

#2BAF42 (or 0x2BAF42) is unknown color: approx Chateau Green. HEX triplet: 2B, AF and 42. RGB value is (43,175,66). Sum of RGB (Red+Green+Blue) = 43+175+66=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF42 is #D450BD. Grayscale: #7B7B7B. Windows color (decimal): -13914302 or 4370219. OLE color: 4370219.

HSL color Cylindrical-coordinate representation of color #2BAF42: hue angle of 130.45º 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 #2BAF42 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB4317566-
CMYK0.7500.620.31
HSL130.45º60.55%42.75%-
HSV(B)130.45º75.43%68.63%-
XYZ17.3131.5710.33-
YUV123.1195.7770.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.14%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=15.14%
G=61.62%
B=23.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43175660.7500.620.31130.4560.5542.75
Hex2BAF424B03E1F823d2b
Octal53257102113076372027553
Binary101011101011111000010100101101111101111110000010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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