Html Css Color HEX #2D8B73 Elf Green

📋 copy color: '#2D8B73'

red 45 ◦ green 139 ◦ blue 115

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

Shades of Elf Green #2D8B73

Tints of Elf Green #2D8B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.49%

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

R = 15.05%
G = 46.49%
B = 38.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#2D8B73 (or 0x2D8B73) is known color: Elf Green. HEX triplet: 2D, 8B and 73. RGB value is (45,139,115). Sum of RGB (Red+Green+Blue) = 45+139+115=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8B73 is #D2748C. Grayscale: #6C6C6C. Windows color (decimal): -13792397 or 7572269. OLE color: 7572269.

HSL color Cylindrical-coordinate representation of color #2D8B73: hue angle of 164.68º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8B73 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 139 115 -
CMYK 0.68 0 0.17 0.45
HSL 164.68º 0.51% 0.36% -
HSV(B) 164.68º 0.68% 0.55% -
XYZ 13.41 20.26 19.42 -
YUV 108.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 45 139 115 0.68 0 0.17 0.45 164.68 0.51 0.36
Hex 2D 8B 73 44 0 11 2D A5 33 24
Octal 55 213 163 104 0 21 55 245 63 44
Binary 101101 10001011 1110011 1000100 0 10001 101101 10100101 110011 100100

Color Harmonies of #2D8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8B73

Black with #2D8B73

Text Example


Text Example

White with #2D8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,139,115); }

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

background-color css

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

 a { background-color: rgb(45,139,115); }

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

border-color css

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

 span { border-color: rgb(45,139,115); }

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