#2BB74A

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

Shades of Chateau Green #2BB74A

Tints of Chateau Green #2BB74A

Color information

#2BB74A (or 0x2BB74A) is unknown color: approx Chateau Green. HEX triplet: 2B, B7 and 4A. RGB value is (43,183,74). Sum of RGB (Red+Green+Blue) = 43+183+74=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB74A is #D448B5. Grayscale: #818181. Windows color (decimal): -13912246 or 4896555. OLE color: 4896555.

HSL color Cylindrical-coordinate representation of color #2BB74A: hue angle of 133.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB74A is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB4318374-
CMYK0.7700.600.28
HSL133.29º61.95%44.31%-
HSV(B)133.29º76.5%71.76%-
XYZ19.1734.8712.2-
YUV128.7197.1266.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 183 (71.88% from 255) = 61%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=14.33%
G=61%
B=24.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43183740.7700.600.28133.2961.9544.31
Hex2BB74A4D03C1C853e2c
Octal53267112115074342057654
Binary101011101101111001010100110101111001110010000101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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