Html Css Color HEX #2D8A72 Elf Green

📋 copy color: '#2D8A72'

red 45 ◦ green 138 ◦ blue 114

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

Shades of Elf Green #2D8A72

Tints of Elf Green #2D8A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.46%

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 15.15%
G = 46.46%
B = 38.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#2D8A72 (or 0x2D8A72) is known color: Elf Green. HEX triplet: 2D, 8A and 72. RGB value is (45,138,114). Sum of RGB (Red+Green+Blue) = 45+138+114=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8A72 is #D2758D. Grayscale: #6B6B6B. Windows color (decimal): -13792654 or 7506477. OLE color: 7506477.

HSL color Cylindrical-coordinate representation of color #2D8A72: hue angle of 164.52º 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 #2D8A72 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 138 114 -
CMYK 0.67 0 0.17 0.46
HSL 164.52º 0.51% 0.36% -
HSV(B) 164.52º 0.67% 0.54% -
XYZ 13.21 19.95 19.07 -
YUV 107.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 45 138 114 0.67 0 0.17 0.46 164.52 0.51 0.36
Hex 2D 8A 72 43 0 11 2E A5 33 24
Octal 55 212 162 103 0 21 56 245 63 44
Binary 101101 10001010 1110010 1000011 0 10001 101110 10100101 110011 100100

Color Harmonies of #2D8A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8A72

Black with #2D8A72

Text Example


Text Example

White with #2D8A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,138,114); }

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

background-color css

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

 a { background-color: rgb(45,138,114); }

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

border-color css

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

 span { border-color: rgb(45,138,114); }

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