#1D6247

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

Shades of Jewel #1D6247

Tints of Jewel #1D6247

Color information

#1D6247 (or 0x1D6247) is unknown color: approx Jewel. HEX triplet: 1D, 62 and 47. RGB value is (29,98,71). Sum of RGB (Red+Green+Blue) = 29+98+71=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #1D6247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6247 is #E29DB8. Grayscale: #4A4A4A. Windows color (decimal): -14851513 or 4678173. OLE color: 4678173.

HSL color Cylindrical-coordinate representation of color #1D6247: hue angle of 156.52º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6247 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB299871-
CMYK0.7000.280.62
HSL156.52º54.33%24.9%-
HSV(B)156.52º70.41%38.43%-
XYZ6.019.457.47-
YUV74.29126.1495.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=14.65%
G=49.49%
B=35.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2998710.7000.280.62156.5254.3324.9
Hex1D62474601C3E9d3619
Octal35142107106034762356631
Binary111011100010100011110001100111001111101001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,98,71); }

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

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

 a { background-color: rgb(29,98,71); }

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

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

 span { border-color: rgb(29,98,71); }

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