Html Css Color HEX #2D886E Elf Green

📋 copy color: '#2D886E'

red 45 ◦ green 136 ◦ blue 110

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

Shades of Elf Green #2D886E

Tints of Elf Green #2D886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.74%

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 15.46%
G = 46.74%
B = 37.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#2D886E (or 0x2D886E) is known color: Elf Green. HEX triplet: 2D, 88 and 6E. RGB value is (45,136,110). Sum of RGB (Red+Green+Blue) = 45+136+110=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #2D886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D886E is #D27791. Grayscale: #696969. Windows color (decimal): -13793170 or 7243821. OLE color: 7243821.

HSL color Cylindrical-coordinate representation of color #2D886E: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D886E is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 136 110 -
CMYK 0.67 0 0.19 0.47
HSL 162.86º 0.5% 0.35% -
HSV(B) 162.86º 0.67% 0.53% -
XYZ 12.7 19.29 17.81 -
YUV 105.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 45 136 110 0.67 0 0.19 0.47 162.86 0.5 0.35
Hex 2D 88 6E 43 0 13 2F A3 32 23
Octal 55 210 156 103 0 23 57 243 62 43
Binary 101101 10001000 1101110 1000011 0 10011 101111 10100011 110010 100011

Color Harmonies of #2D886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D886E

Black with #2D886E

Text Example


Text Example

White with #2D886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,136,110); }

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

background-color css

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

 a { background-color: rgb(45,136,110); }

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

border-color css

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

 span { border-color: rgb(45,136,110); }

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