Html Css Color HEX #2D8565 Elf Green

📋 copy color: '#2D8565'

red 45 ◦ green 133 ◦ blue 101

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

Shades of Elf Green #2D8565

Tints of Elf Green #2D8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.67%

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 16.13%
G = 47.67%
B = 36.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#2D8565 (or 0x2D8565) is known color: Elf Green. HEX triplet: 2D, 85 and 65. RGB value is (45,133,101). Sum of RGB (Red+Green+Blue) = 45+133+101=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8565 is #D27A9A. Grayscale: #676767. Windows color (decimal): -13793947 or 6653229. OLE color: 6653229.

HSL color Cylindrical-coordinate representation of color #2D8565: hue angle of 158.18º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8565 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 101 -
CMYK 0.66 0 0.24 0.48
HSL 158.18º 0.49% 0.35% -
HSV(B) 158.18º 0.66% 0.52% -
XYZ 11.82 18.27 15.22 -
YUV 103.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 45 133 101 0.66 0 0.24 0.48 158.18 0.49 0.35
Hex 2D 85 65 42 0 18 30 9E 31 23
Octal 55 205 145 102 0 30 60 236 61 43
Binary 101101 10000101 1100101 1000010 0 11000 110000 10011110 110001 100011

Color Harmonies of #2D8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8565

Black with #2D8565

Text Example


Text Example

White with #2D8565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,133,101); }

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

background-color css

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

 a { background-color: rgb(45,133,101); }

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

border-color css

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

 span { border-color: rgb(45,133,101); }

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