#1D6945

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

Shades of Jewel #1D6945

Tints of Jewel #1D6945

Color information

#1D6945 (or 0x1D6945) is unknown color: approx Jewel. HEX triplet: 1D, 69 and 45. RGB value is (29,105,69). Sum of RGB (Red+Green+Blue) = 29+105+69=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #1D6945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6945 is #E296BA. Grayscale: #4E4E4E. Windows color (decimal): -14849723 or 4548893. OLE color: 4548893.

HSL color Cylindrical-coordinate representation of color #1D6945: hue angle of 151.58º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6945 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB2910569-
CMYK0.7200.340.59
HSL151.58º56.72%26.27%-
HSV(B)151.58º72.38%41.18%-
XYZ6.6310.797.36-
YUV78.17122.8292.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 69 (27.34% from 255) = 33.99%
R=14.29%
G=51.72%
B=33.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29105690.7200.340.59151.5856.7226.27
Hex1D6945480223B98391a
Octal35151105110042732307132
Binary1110111010011000101100100001000101110111001100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,105,69); }

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

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

 a { background-color: rgb(29,105,69); }

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

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

 span { border-color: rgb(29,105,69); }

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