#1A6848

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

Shades of Jewel #1A6848

Tints of Jewel #1A6848

Color information

#1A6848 (or 0x1A6848) is unknown color: approx Jewel. HEX triplet: 1A, 68 and 48. RGB value is (26,104,72). Sum of RGB (Red+Green+Blue) = 26+104+72=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6848 is #E597B7. Grayscale: #4D4D4D. Windows color (decimal): -15046584 or 4745242. OLE color: 4745242.

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

Color convert

RGB2610472-
CMYK0.7500.310.59
HSL155.38º60%25.49%-
HSV(B)155.38º75%40.78%-
XYZ6.5510.597.83-
YUV77.03125.1691.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=12.87%
G=51.49%
B=35.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104720.7500.310.59155.386025.49
Hex1A68484B01F3B9b3c19
Octal32150110113037732337431
Binary110101101000100100010010110111111110111001101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,104,72); }

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

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

 a { background-color: rgb(26,104,72); }

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

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

 span { border-color: rgb(26,104,72); }

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