#2CB753

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

Shades of Chateau Green #2CB753

Tints of Chateau Green #2CB753

Color information

#2CB753 (or 0x2CB753) is unknown color: approx Chateau Green. HEX triplet: 2C, B7 and 53. RGB value is (44,183,83). Sum of RGB (Red+Green+Blue) = 44+183+83=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB753 is #D348AC. Grayscale: #828282. Windows color (decimal): -13846701 or 5486380. OLE color: 5486380.

HSL color Cylindrical-coordinate representation of color #2CB753: hue angle of 136.83º 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 #2CB753 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB4418383-
CMYK0.7600.550.28
HSL136.83º61.23%44.51%-
HSV(B)136.83º75.96%71.76%-
XYZ19.5335.0313.91-
YUV130.04101.4566.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.19%
GREEN value IS 183 (71.88% from 255) = 59.03%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=14.19%
G=59.03%
B=26.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183830.7600.550.28136.8361.2344.51
Hex2CB7534C0371C893d2d
Octal54267123114067342117555
Binary101100101101111010011100110001101111110010001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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