Html Css Color HEX #1D865E Elf Green

📋 copy color: '#1D865E'

red 29 ◦ green 134 ◦ blue 94

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

Shades of Elf Green #1D865E

Tints of Elf Green #1D865E

RGB

 RED value IS 29 (11.72% from 255) = 11.28%

 GREEN value IS 134 (52.73% from 255) = 52.14%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 11.28%
G = 52.14%
B = 36.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#1D865E (or 0x1D865E) is known color: Elf Green. HEX triplet: 1D, 86 and 5E. RGB value is (29,134,94). Sum of RGB (Red+Green+Blue) = 29+134+94=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #1D865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D865E is #E279A1. Grayscale: #626262. Windows color (decimal): -14842274 or 6194717. OLE color: 6194717.

HSL color Cylindrical-coordinate representation of color #1D865E: hue angle of 157.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D865E is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 134 94 -
CMYK 0.78 0 0.30 0.47
HSL 157.14º 0.64% 0.32% -
HSV(B) 157.14º 0.78% 0.53% -
XYZ 11.05 18.12 13.5 -
YUV 98.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 29 134 94 0.78 0 0.30 0.47 157.14 0.64 0.32
Hex 1D 86 5E 4E 0 1E 2F 9D 40 20
Octal 35 206 136 116 0 36 57 235 100 40
Binary 11101 10000110 1011110 1001110 0 11110 101111 10011101 1000000 100000

Color Harmonies of #1D865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D865E

Black with #1D865E

Text Example


Text Example

White with #1D865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D865E; }

 p { color: rgb(29,134,94); }

 H1.HeaderClassName
 {
   color: #1D865E;
 }
 .AnyTagClassName
 {
   color: #1D865E;
 }
</style>

background-color css

<style>
 a { background-color: #1D865E; }

 a { background-color: rgb(29,134,94); }

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

border-color css

<style>
 span { border-color: #1D865E; }

 span { border-color: rgb(29,134,94); }

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