Html Css Color HEX #2CB855 Chateau Green

📋 copy color: '#2CB855'

red 44 ◦ green 184 ◦ blue 85

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

Shades of Chateau Green #2CB855

Tints of Chateau Green #2CB855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.79%

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

R = 14.06%
G = 58.79%
B = 27.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#2CB855 (or 0x2CB855) is known color: Chateau Green. HEX triplet: 2C, B8 and 55. RGB value is (44,184,85). Sum of RGB (Red+Green+Blue) = 44+184+85=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB855 is #D347AA. Grayscale: #838383. Windows color (decimal): -13846443 or 5617708. OLE color: 5617708.

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

Color convert

RGB 44 184 85 -
CMYK 0.76 0 0.54 0.28
HSL 137.57º 0.61% 0.45% -
HSV(B) 137.57º 0.76% 0.72% -
XYZ 19.82 35.47 14.4 -
YUV 130.85 102.12 66.05 -
System Red Green Blue C M Y K H S L
Decimal 44 184 85 0.76 0 0.54 0.28 137.57 0.61 0.45
Hex 2C B8 55 4C 0 36 1C 8A 3D 2D
Octal 54 270 125 114 0 66 34 212 75 55
Binary 101100 10111000 1010101 1001100 0 110110 11100 10001010 111101 101101

Color Harmonies of #2CB855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB855

Black with #2CB855

Text Example


Text Example

White with #2CB855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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