Html Css Color HEX #2C9571 Elf Green

📋 copy color: '#2C9571'

red 44 ◦ green 149 ◦ blue 113

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

Shades of Elf Green #2C9571

Tints of Elf Green #2C9571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.69%

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 14.38%
G = 48.69%
B = 36.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#2C9571 (or 0x2C9571) is known color: Elf Green. HEX triplet: 2C, 95 and 71. RGB value is (44,149,113). Sum of RGB (Red+Green+Blue) = 44+149+113=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9571 is #D36A8E. Grayscale: #717171. Windows color (decimal): -13855375 or 7443756. OLE color: 7443756.

HSL color Cylindrical-coordinate representation of color #2C9571: hue angle of 159.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9571 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 149 113 -
CMYK 0.70 0 0.24 0.42
HSL 159.43º 0.54% 0.38% -
HSV(B) 159.43º 0.7% 0.58% -
XYZ 14.77 23.22 19.33 -
YUV 113.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 44 149 113 0.70 0 0.24 0.42 159.43 0.54 0.38
Hex 2C 95 71 46 0 18 2A 9F 36 26
Octal 54 225 161 106 0 30 52 237 66 46
Binary 101100 10010101 1110001 1000110 0 11000 101010 10011111 110110 100110

Color Harmonies of #2C9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9571

Black with #2C9571

Text Example


Text Example

White with #2C9571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,149,113); }

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

background-color css

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

 a { background-color: rgb(44,149,113); }

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

border-color css

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

 span { border-color: rgb(44,149,113); }

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