#1A6942

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

Shades of Jewel #1A6942

Tints of Jewel #1A6942

Color information

#1A6942 (or 0x1A6942) is unknown color: approx Jewel. HEX triplet: 1A, 69 and 42. RGB value is (26,105,66). Sum of RGB (Red+Green+Blue) = 26+105+66=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #1A6942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6942 is #E596BD. Grayscale: #4D4D4D. Windows color (decimal): -15046334 or 4352282. OLE color: 4352282.

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

Color convert

RGB2610566-
CMYK0.7500.370.59
HSL150.38º60.31%25.69%-
HSV(B)150.38º75.24%41.18%-
XYZ6.4610.726.88-
YUV76.93121.8391.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 105 (41.41% from 255) = 53.30%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=13.20%
G=53.30%
B=33.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26105660.7500.370.59150.3860.3125.69
Hex1A69424B0253B963c1a
Octal32151102113045732267432
Binary1101011010011000010100101101001011110111001011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,105,66); }

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

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

 a { background-color: rgb(26,105,66); }

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

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

 span { border-color: rgb(26,105,66); }

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