Html Css Color HEX #2CBB50 Chateau Green

📋 copy color: '#2CBB50'

red 44 ◦ green 187 ◦ blue 80

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

Shades of Chateau Green #2CBB50

Tints of Chateau Green #2CBB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.13%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 14.15%
G = 60.13%
B = 25.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#2CBB50 (or 0x2CBB50) is known color: Chateau Green. HEX triplet: 2C, BB and 50. RGB value is (44,187,80). Sum of RGB (Red+Green+Blue) = 44+187+80=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBB50 is #D344AF. Grayscale: #848484. Windows color (decimal): -13845680 or 5290796. OLE color: 5290796.

HSL color Cylindrical-coordinate representation of color #2CBB50: hue angle of 135.1º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBB50 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 187 80 -
CMYK 0.76 0 0.57 0.27
HSL 135.1º 0.62% 0.45% -
HSV(B) 135.1º 0.76% 0.73% -
XYZ 20.26 36.66 13.6 -
YUV 132.05 98.62 65.2 -
System Red Green Blue C M Y K H S L
Decimal 44 187 80 0.76 0 0.57 0.27 135.1 0.62 0.45
Hex 2C BB 50 4C 0 39 1B 87 3E 2D
Octal 54 273 120 114 0 71 33 207 76 55
Binary 101100 10111011 1010000 1001100 0 111001 11011 10000111 111110 101101

Color Harmonies of #2CBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB50

Black with #2CBB50

Text Example


Text Example

White with #2CBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,187,80); }

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

background-color css

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

 a { background-color: rgb(44,187,80); }

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

border-color css

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

 span { border-color: rgb(44,187,80); }

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