#2BB64A

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

Shades of Chateau Green #2BB64A

Tints of Chateau Green #2BB64A

Color information

#2BB64A (or 0x2BB64A) is unknown color: approx Chateau Green. HEX triplet: 2B, B6 and 4A. RGB value is (43,182,74). Sum of RGB (Red+Green+Blue) = 43+182+74=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 182 (71.48% from 255 or 60.87% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB64A is #D449B5. Grayscale: #808080. Windows color (decimal): -13912502 or 4896299. OLE color: 4896299.

HSL color Cylindrical-coordinate representation of color #2BB64A: hue angle of 133.38º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB64A is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB4318274-
CMYK0.7600.590.29
HSL133.38º61.78%44.12%-
HSV(B)133.38º76.37%71.37%-
XYZ18.9634.4612.13-
YUV128.1397.4567.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.38%
GREEN value IS 182 (71.48% from 255) = 60.87%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=14.38%
G=60.87%
B=24.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43182740.7600.590.29133.3861.7844.12
Hex2BB64A4C03B1D853e2c
Octal53266112114073352057654
Binary101011101101101001010100110001110111110110000101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,74); }

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

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

 a { background-color: rgb(43,182,74); }

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

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

 span { border-color: rgb(43,182,74); }

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