Html Css Color HEX #1D915E Elf Green

📋 copy color: '#1D915E'

red 29 ◦ green 145 ◦ blue 94

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

Shades of Elf Green #1D915E

Tints of Elf Green #1D915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.1%

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

R = 10.82%
G = 54.1%
B = 35.07%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#1D915E (or 0x1D915E) is known color: Elf Green. HEX triplet: 1D, 91 and 5E. RGB value is (29,145,94). Sum of RGB (Red+Green+Blue) = 29+145+94=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #1D915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D915E is #E26EA1. Grayscale: #686868. Windows color (decimal): -14839458 or 6197533. OLE color: 6197533.

HSL color Cylindrical-coordinate representation of color #1D915E: hue angle of 153.62º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D915E is Cyan = 0.8, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 145 94 -
CMYK 0.8 0 0.35 0.43
HSL 153.62º 0.67% 0.34% -
HSV(B) 153.62º 0.8% 0.57% -
XYZ 12.65 21.32 14.04 -
YUV 104.5 122.07 74.15 -
System Red Green Blue C M Y K H S L
Decimal 29 145 94 0.8 0 0.35 0.43 153.62 0.67 0.34
Hex 1D 91 5E 50 0 23 2B 9A 43 22
Octal 35 221 136 120 0 43 53 232 103 42
Binary 11101 10010001 1011110 1010000 0 100011 101011 10011010 1000011 100010

Color Harmonies of #1D915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D915E

Black with #1D915E

Text Example


Text Example

White with #1D915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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