Html Css Color HEX #2CBF50 Chateau Green

📋 copy color: '#2CBF50'

red 44 ◦ green 191 ◦ blue 80

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

Shades of Chateau Green #2CBF50

Tints of Chateau Green #2CBF50

RGB

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

 GREEN value IS 191 (75% from 255) = 60.63%

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

R = 13.97%
G = 60.63%
B = 25.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#2CBF50 (or 0x2CBF50) is known color: Chateau Green. HEX triplet: 2C, BF and 50. RGB value is (44,191,80). Sum of RGB (Red+Green+Blue) = 44+191+80=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF50 is #D340AF. Grayscale: #868686. Windows color (decimal): -13844656 or 5291820. OLE color: 5291820.

HSL color Cylindrical-coordinate representation of color #2CBF50: hue angle of 134.69º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBF50 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 80 -
CMYK 0.77 0 0.58 0.25
HSL 134.69º 0.63% 0.46% -
HSV(B) 134.69º 0.77% 0.75% -
XYZ 21.12 38.38 13.88 -
YUV 134.39 97.3 63.53 -
System Red Green Blue C M Y K H S L
Decimal 44 191 80 0.77 0 0.58 0.25 134.69 0.63 0.46
Hex 2C BF 50 4D 0 3A 19 87 3F 2E
Octal 54 277 120 115 0 72 31 207 77 56
Binary 101100 10111111 1010000 1001101 0 111010 11001 10000111 111111 101110

Color Harmonies of #2CBF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF50

Black with #2CBF50

Text Example


Text Example

White with #2CBF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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