Html Css Color HEX #2C9375 Elf Green

📋 copy color: '#2C9375'

red 44 ◦ green 147 ◦ blue 117

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

Shades of Elf Green #2C9375

Tints of Elf Green #2C9375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 14.29%
G = 47.73%
B = 37.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#2C9375 (or 0x2C9375) is known color: Elf Green. HEX triplet: 2C, 93 and 75. RGB value is (44,147,117). Sum of RGB (Red+Green+Blue) = 44+147+117=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9375 is #D36C8A. Grayscale: #707070. Windows color (decimal): -13855883 or 7705388. OLE color: 7705388.

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

Color convert

RGB 44 147 117 -
CMYK 0.70 0 0.20 0.42
HSL 162.52º 0.54% 0.37% -
HSV(B) 162.52º 0.7% 0.58% -
XYZ 14.68 22.69 20.43 -
YUV 112.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 44 147 117 0.70 0 0.20 0.42 162.52 0.54 0.37
Hex 2C 93 75 46 0 14 2A A3 36 25
Octal 54 223 165 106 0 24 52 243 66 45
Binary 101100 10010011 1110101 1000110 0 10100 101010 10100011 110110 100101

Color Harmonies of #2C9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9375

Black with #2C9375

Text Example


Text Example

White with #2C9375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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