Html Css Color HEX #2C9373 Elf Green

📋 copy color: '#2C9373'

red 44 ◦ green 147 ◦ blue 115

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

Shades of Elf Green #2C9373

Tints of Elf Green #2C9373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 14.38%
G = 48.04%
B = 37.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#2C9373 (or 0x2C9373) is known color: Elf Green. HEX triplet: 2C, 93 and 73. RGB value is (44,147,115). Sum of RGB (Red+Green+Blue) = 44+147+115=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9373 is #D36C8C. Grayscale: #707070. Windows color (decimal): -13855885 or 7574316. OLE color: 7574316.

HSL color Cylindrical-coordinate representation of color #2C9373: hue angle of 161.36º 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 #2C9373 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 147 115 -
CMYK 0.70 0 0.22 0.42
HSL 161.36º 0.54% 0.37% -
HSV(B) 161.36º 0.7% 0.58% -
XYZ 14.57 22.64 19.82 -
YUV 112.56 129.38 79.1 -
System Red Green Blue C M Y K H S L
Decimal 44 147 115 0.70 0 0.22 0.42 161.36 0.54 0.37
Hex 2C 93 73 46 0 16 2A A1 36 25
Octal 54 223 163 106 0 26 52 241 66 45
Binary 101100 10010011 1110011 1000110 0 10110 101010 10100001 110110 100101

Color Harmonies of #2C9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9373

Black with #2C9373

Text Example


Text Example

White with #2C9373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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