#2BBB4E

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

Shades of Chateau Green #2BBB4E

Tints of Chateau Green #2BBB4E

Color information

#2BBB4E (or 0x2BBB4E) is unknown color: approx Chateau Green. HEX triplet: 2B, BB and 4E. RGB value is (43,187,78). Sum of RGB (Red+Green+Blue) = 43+187+78=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB4E is #D444B1. Grayscale: #838383. Windows color (decimal): -13911218 or 5159723. OLE color: 5159723.

HSL color Cylindrical-coordinate representation of color #2BBB4E: hue angle of 134.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBB4E is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB4318778-
CMYK0.7700.580.27
HSL134.58º62.61%45.1%-
HSV(B)134.58º77.01%73.33%-
XYZ20.1436.613.21-
YUV131.5297.7964.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 187 (73.44% from 255) = 60.71%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=13.96%
G=60.71%
B=25.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43187780.7700.580.27134.5862.6145.1
Hex2BBB4E4D03A1B873f2d
Octal53273116115072332077755
Binary101011101110111001110100110101110101101110000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,187,78); }

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

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

 a { background-color: rgb(43,187,78); }

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

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

 span { border-color: rgb(43,187,78); }

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