Html Css Color HEX #2C9370 Elf Green

📋 copy color: '#2C9370'

red 44 ◦ green 147 ◦ blue 112

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

Shades of Elf Green #2C9370

Tints of Elf Green #2C9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.51%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 14.52%
G = 48.51%
B = 36.96%

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

#2C9370 (or 0x2C9370) is known color: Elf Green. HEX triplet: 2C, 93 and 70. RGB value is (44,147,112). Sum of RGB (Red+Green+Blue) = 44+147+112=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9370 is #D36C8F. Grayscale: #707070. Windows color (decimal): -13855888 or 7377708. OLE color: 7377708.

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

Color convert

RGB 44 147 112 -
CMYK 0.70 0 0.24 0.42
HSL 159.61º 0.54% 0.37% -
HSV(B) 159.61º 0.7% 0.58% -
XYZ 14.4 22.57 18.93 -
YUV 112.21 127.88 79.35 -
System Red Green Blue C M Y K H S L
Decimal 44 147 112 0.70 0 0.24 0.42 159.61 0.54 0.37
Hex 2C 93 70 46 0 18 2A A0 36 25
Octal 54 223 160 106 0 30 52 240 66 45
Binary 101100 10010011 1110000 1000110 0 11000 101010 10100000 110110 100101

Color Harmonies of #2C9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9370

Black with #2C9370

Text Example


Text Example

White with #2C9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,147,112); }

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

background-color css

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

 a { background-color: rgb(44,147,112); }

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

border-color css

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

 span { border-color: rgb(44,147,112); }

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