Html Css Color HEX #2C8972 Elf Green

📋 copy color: '#2C8972'

red 44 ◦ green 137 ◦ blue 114

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

Shades of Elf Green #2C8972

Tints of Elf Green #2C8972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 14.92%
G = 46.44%
B = 38.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#2C8972 (or 0x2C8972) is known color: Elf Green. HEX triplet: 2C, 89 and 72. RGB value is (44,137,114). Sum of RGB (Red+Green+Blue) = 44+137+114=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #2C8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8972 is #D3768D. Grayscale: #6A6A6A. Windows color (decimal): -13858446 or 7506220. OLE color: 7506220.

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

Color convert

RGB 44 137 114 -
CMYK 0.68 0 0.17 0.46
HSL 165.16º 0.51% 0.35% -
HSV(B) 165.16º 0.68% 0.54% -
XYZ 13.02 19.64 19.02 -
YUV 106.57 132.19 83.37 -
System Red Green Blue C M Y K H S L
Decimal 44 137 114 0.68 0 0.17 0.46 165.16 0.51 0.35
Hex 2C 89 72 44 0 11 2E A5 33 23
Octal 54 211 162 104 0 21 56 245 63 43
Binary 101100 10001001 1110010 1000100 0 10001 101110 10100101 110011 100011

Color Harmonies of #2C8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8972

Black with #2C8972

Text Example


Text Example

White with #2C8972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,137,114); }

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

background-color css

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

 a { background-color: rgb(44,137,114); }

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

border-color css

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

 span { border-color: rgb(44,137,114); }

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