Html Css Color HEX #2C8A71 Elf Green

📋 copy color: '#2C8A71'

red 44 ◦ green 138 ◦ blue 113

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

Shades of Elf Green #2C8A71

Tints of Elf Green #2C8A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.78%

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

R = 14.92%
G = 46.78%
B = 38.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#2C8A71 (or 0x2C8A71) is known color: Elf Green. HEX triplet: 2C, 8A and 71. RGB value is (44,138,113). Sum of RGB (Red+Green+Blue) = 44+138+113=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8A71 is #D3758E. Grayscale: #6B6B6B. Windows color (decimal): -13858191 or 7440940. OLE color: 7440940.

HSL color Cylindrical-coordinate representation of color #2C8A71: hue angle of 164.04º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8A71 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 138 113 -
CMYK 0.68 0 0.18 0.46
HSL 164.04º 0.52% 0.36% -
HSV(B) 164.04º 0.68% 0.54% -
XYZ 13.11 19.9 18.77 -
YUV 107.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 44 138 113 0.68 0 0.18 0.46 164.04 0.52 0.36
Hex 2C 8A 71 44 0 12 2E A4 34 24
Octal 54 212 161 104 0 22 56 244 64 44
Binary 101100 10001010 1110001 1000100 0 10010 101110 10100100 110100 100100

Color Harmonies of #2C8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8A71

Black with #2C8A71

Text Example


Text Example

White with #2C8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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