Html Css Color HEX #2CB558 Chateau Green

📋 copy color: '#2CB558'

red 44 ◦ green 181 ◦ blue 88

#2CB558
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #2CB558

Tints of Chateau Green #2CB558

RGB

 RED value IS 44 (17.58% from 255) = 14.06%

 GREEN value IS 181 (71.09% from 255) = 57.83%

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 14.06%
G = 57.83%
B = 28.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#2CB558 (or 0x2CB558) is known color: Chateau Green. HEX triplet: 2C, B5 and 58. RGB value is (44,181,88). Sum of RGB (Red+Green+Blue) = 44+181+88=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB558 is #D34AA7. Grayscale: #818181. Windows color (decimal): -13847208 or 5813548. OLE color: 5813548.

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

Color convert

RGB 44 181 88 -
CMYK 0.76 0 0.51 0.29
HSL 139.27º 0.61% 0.44% -
HSV(B) 139.27º 0.76% 0.71% -
XYZ 19.32 34.29 14.83 -
YUV 129.44 104.61 67.06 -
System Red Green Blue C M Y K H S L
Decimal 44 181 88 0.76 0 0.51 0.29 139.27 0.61 0.44
Hex 2C B5 58 4C 0 33 1D 8B 3D 2C
Octal 54 265 130 114 0 63 35 213 75 54
Binary 101100 10110101 1011000 1001100 0 110011 11101 10001011 111101 101100

Color Harmonies of #2CB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB558

Black with #2CB558

Text Example


Text Example

White with #2CB558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CB558;
 }
 .AnyTagClassName
 {
   color: #2CB558;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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