#2CB756

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

Shades of Chateau Green #2CB756

Tints of Chateau Green #2CB756

Color information

#2CB756 (or 0x2CB756) is unknown color: approx Chateau Green. HEX triplet: 2C, B7 and 56. RGB value is (44,183,86). Sum of RGB (Red+Green+Blue) = 44+183+86=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB756 is #D348A9. Grayscale: #828282. Windows color (decimal): -13846698 or 5682988. OLE color: 5682988.

HSL color Cylindrical-coordinate representation of color #2CB756: hue angle of 138.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB756 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB4418386-
CMYK0.7600.530.28
HSL138.13º61.23%44.51%-
HSV(B)138.13º75.96%71.76%-
XYZ19.6535.0714.54-
YUV130.38102.9566.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.06%
GREEN value IS 183 (71.88% from 255) = 58.47%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=14.06%
G=58.47%
B=27.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183860.7600.530.28138.1361.2344.51
Hex2CB7564C0351C8a3d2d
Octal54267126114065342127555
Binary101100101101111010110100110001101011110010001010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,86); }

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

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

 a { background-color: rgb(44,183,86); }

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

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

 span { border-color: rgb(44,183,86); }

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