#1D8C6B

Color #1D8C6B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1D8C6B

Tints of Elf Green #1D8C6B

Color information

#1D8C6B (or 0x1D8C6B) is unknown color: approx Elf Green. HEX triplet: 1D, 8C and 6B. RGB value is (29,140,107). Sum of RGB (Red+Green+Blue) = 29+140+107=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C6B is #E27394. Grayscale: #676767. Windows color (decimal): -14840725 or 7048221. OLE color: 7048221.

HSL color Cylindrical-coordinate representation of color #1D8C6B: hue angle of 162.16º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8C6B is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB29140107-
CMYK0.7900.240.45
HSL162.16º65.68%33.14%-
HSV(B)162.16º79.29%54.9%-
XYZ12.5420.0817.12-
YUV103.05130.2375.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.51%
GREEN value IS 140 (55.08% from 255) = 50.72%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=10.51%
G=50.72%
B=38.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291401070.7900.240.45162.1665.6833.14
Hex1D8C6B4F0182Da24221
Octal352141531170305524210241
Binary111011000110011010111001111011000101101101000101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,140,107); }

 H1.HeaderClassName
 {
   color: #1D8C6B;
 }
 .AnyTagClassName
 {
   color: #1D8C6B;
 }
</style>
background-color css

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

 a { background-color: rgb(29,140,107); }

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

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

 span { border-color: rgb(29,140,107); }

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