#2CB358

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

Shades of Chateau Green #2CB358

Tints of Chateau Green #2CB358

Color information

#2CB358 (or 0x2CB358) is unknown color: approx Chateau Green. HEX triplet: 2C, B3 and 58. RGB value is (44,179,88). Sum of RGB (Red+Green+Blue) = 44+179+88=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB358 is #D34CA7. Grayscale: #808080. Windows color (decimal): -13847720 or 5813036. OLE color: 5813036.

HSL color Cylindrical-coordinate representation of color #2CB358: hue angle of 139.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB358 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB4417988-
CMYK0.7500.510.30
HSL139.56º60.54%43.73%-
HSV(B)139.56º75.42%70.2%-
XYZ18.9233.4814.7-
YUV128.26105.2767.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.15%
GREEN value IS 179 (70.31% from 255) = 57.56%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=14.15%
G=57.56%
B=28.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44179880.7500.510.30139.5660.5443.73
Hex2CB3584B0331E8c3d2c
Octal54263130113063362147554
Binary101100101100111011000100101101100111111010001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,179,88); }

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

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

 a { background-color: rgb(44,179,88); }

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

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

 span { border-color: rgb(44,179,88); }

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