#1D927A

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

Shades of Elf Green #1D927A

Tints of Elf Green #1D927A

Color information

#1D927A (or 0x1D927A) is unknown color: approx Elf Green. HEX triplet: 1D, 92 and 7A. RGB value is (29,146,122). Sum of RGB (Red+Green+Blue) = 29+146+122=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #1D927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D927A is #E26D85. Grayscale: #6C6C6C. Windows color (decimal): -14839174 or 8032797. OLE color: 8032797.

HSL color Cylindrical-coordinate representation of color #1D927A: hue angle of 167.69º 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 #1D927A is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB29146122-
CMYK0.8000.160.43
HSL167.69º66.86%34.31%-
HSV(B)167.69º80.14%57.25%-
XYZ14.322.2221.95-
YUV108.28135.7471.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.76%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=9.76%
G=49.16%
B=41.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291461220.8000.160.43167.6966.8634.31
Hex1D927A500102Ba84322
Octal352221721200205325010342
Binary111011001001011110101010000010000101011101010001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,146,122); }

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

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

 a { background-color: rgb(29,146,122); }

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

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

 span { border-color: rgb(29,146,122); }

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