Html Css Color HEX #2D9077 Elf Green

📋 copy color: '#2D9077'

red 45 ◦ green 144 ◦ blue 119

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

Shades of Elf Green #2D9077

Tints of Elf Green #2D9077

RGB

 RED value IS 45 (17.97% from 255) = 14.61%

 GREEN value IS 144 (56.64% from 255) = 46.75%

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 14.61%
G = 46.75%
B = 38.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#2D9077 (or 0x2D9077) is known color: Elf Green. HEX triplet: 2D, 90 and 77. RGB value is (45,144,119). Sum of RGB (Red+Green+Blue) = 45+144+119=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9077 is #D26F88. Grayscale: #6F6F6F. Windows color (decimal): -13791113 or 7835693. OLE color: 7835693.

HSL color Cylindrical-coordinate representation of color #2D9077: hue angle of 164.85º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9077 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 144 119 -
CMYK 0.69 0 0.17 0.44
HSL 164.85º 0.52% 0.37% -
HSV(B) 164.85º 0.69% 0.56% -
XYZ 14.39 21.84 20.91 -
YUV 111.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 45 144 119 0.69 0 0.17 0.44 164.85 0.52 0.37
Hex 2D 90 77 45 0 11 2C A5 34 25
Octal 55 220 167 105 0 21 54 245 64 45
Binary 101101 10010000 1110111 1000101 0 10001 101100 10100101 110100 100101

Color Harmonies of #2D9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9077

Black with #2D9077

Text Example


Text Example

White with #2D9077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,144,119); }

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

background-color css

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

 a { background-color: rgb(45,144,119); }

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

border-color css

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

 span { border-color: rgb(45,144,119); }

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