#2bb14b

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

Shades of Chateau Green #2BB14B

Tints of Chateau Green #2BB14B

Color information

#2BB14B (or 0x2BB14B) is unknown color: approx Chateau Green. HEX triplet: 2B, B1 and 4B. RGB value is (43,177,75). Sum of RGB (Red+Green+Blue) = 43+177+75=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB14B is #D44EB4. Grayscale: #7D7D7D. Windows color (decimal): -13913781 or 4960555. OLE color: 4960555.

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

Color convert

RGB4317775-
CMYK0.7600.580.31
HSL134.33º60.91%43.14%-
HSV(B)134.33º75.71%69.41%-
XYZ17.9932.4711.98-
YUV125.3199.6169.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 177 (69.53% from 255) = 60%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=14.58%
G=60%
B=25.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43177750.7600.580.31134.3360.9143.14
Hex2BB14B4C03A1F863d2b
Octal53261113114072372067553
Binary101011101100011001011100110001110101111110000110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bb14b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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