Html Css Color HEX #2D8966 Elf Green

📋 copy color: '#2D8966'

red 45 ◦ green 137 ◦ blue 102

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

Shades of Elf Green #2D8966

Tints of Elf Green #2D8966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 15.85%
G = 48.24%
B = 35.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#2D8966 (or 0x2D8966) is known color: Elf Green. HEX triplet: 2D, 89 and 66. RGB value is (45,137,102). Sum of RGB (Red+Green+Blue) = 45+137+102=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8966 is #D27699. Grayscale: #696969. Windows color (decimal): -13792922 or 6719789. OLE color: 6719789.

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

Color convert

RGB 45 137 102 -
CMYK 0.67 0 0.26 0.46
HSL 157.17º 0.51% 0.36% -
HSV(B) 157.17º 0.67% 0.54% -
XYZ 12.43 19.41 15.66 -
YUV 105.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 45 137 102 0.67 0 0.26 0.46 157.17 0.51 0.36
Hex 2D 89 66 43 0 1A 2E 9D 33 24
Octal 55 211 146 103 0 32 56 235 63 44
Binary 101101 10001001 1100110 1000011 0 11010 101110 10011101 110011 100100

Color Harmonies of #2D8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8966

Black with #2D8966

Text Example


Text Example

White with #2D8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,137,102); }

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

background-color css

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

 a { background-color: rgb(45,137,102); }

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

border-color css

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

 span { border-color: rgb(45,137,102); }

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