#2BB94D

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

Shades of Chateau Green #2BB94D

Tints of Chateau Green #2BB94D

Color information

#2BB94D (or 0x2BB94D) is unknown color: approx Chateau Green. HEX triplet: 2B, B9 and 4D. RGB value is (43,185,77). Sum of RGB (Red+Green+Blue) = 43+185+77=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB94D is #D446B2. Grayscale: #828282. Windows color (decimal): -13911731 or 5093675. OLE color: 5093675.

HSL color Cylindrical-coordinate representation of color #2BB94D: hue angle of 134.37º degrees, saturation: 0.62, 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 #2BB94D is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB4318577-
CMYK0.7700.580.27
HSL134.37º62.28%44.71%-
HSV(B)134.37º76.76%72.55%-
XYZ19.6835.7512.88-
YUV130.2397.9665.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 185 (72.66% from 255) = 60.66%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=14.10%
G=60.66%
B=25.25%

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
Decimal43185770.7700.580.27134.3762.2844.71
Hex2BB94D4D03A1B863e2d
Octal53271115115072332067655
Binary101011101110011001101100110101110101101110000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,185,77); }

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

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

 a { background-color: rgb(43,185,77); }

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

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

 span { border-color: rgb(43,185,77); }

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