Html Css Color HEX #2CB655 Chateau Green

📋 copy color: '#2CB655'

red 44 ◦ green 182 ◦ blue 85

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

Shades of Chateau Green #2CB655

Tints of Chateau Green #2CB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 58.52%

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 14.15%
G = 58.52%
B = 27.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#2CB655 (or 0x2CB655) is known color: Chateau Green. HEX triplet: 2C, B6 and 55. RGB value is (44,182,85). Sum of RGB (Red+Green+Blue) = 44+182+85=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 182 (71.48% from 255 or 58.52% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB655 is #D349AA. Grayscale: #818181. Windows color (decimal): -13846955 or 5617196. OLE color: 5617196.

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

Color convert

RGB 44 182 85 -
CMYK 0.76 0 0.53 0.29
HSL 137.83º 0.61% 0.44% -
HSV(B) 137.83º 0.76% 0.71% -
XYZ 19.41 34.65 14.26 -
YUV 129.68 102.78 66.89 -
System Red Green Blue C M Y K H S L
Decimal 44 182 85 0.76 0 0.53 0.29 137.83 0.61 0.44
Hex 2C B6 55 4C 0 35 1D 8A 3D 2C
Octal 54 266 125 114 0 65 35 212 75 54
Binary 101100 10110110 1010101 1001100 0 110101 11101 10001010 111101 101100

Color Harmonies of #2CB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB655

Black with #2CB655

Text Example


Text Example

White with #2CB655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,182,85); }

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

background-color css

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

 a { background-color: rgb(44,182,85); }

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

border-color css

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

 span { border-color: rgb(44,182,85); }

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