#1A6048

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

Shades of Jewel #1A6048

Tints of Jewel #1A6048

Color information

#1A6048 (or 0x1A6048) is unknown color: approx Jewel. HEX triplet: 1A, 60 and 48. RGB value is (26,96,72). Sum of RGB (Red+Green+Blue) = 26+96+72=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6048 is #E59FB7. Grayscale: #484848. Windows color (decimal): -15048632 or 4743194. OLE color: 4743194.

HSL color Cylindrical-coordinate representation of color #1A6048: hue angle of 159.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6048 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB269672-
CMYK0.7300.250.62
HSL159.43º57.38%23.92%-
HSV(B)159.43º72.92%37.65%-
XYZ5.789.057.57-
YUV72.33127.8194.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.40%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=13.40%
G=49.48%
B=37.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696720.7300.250.62159.4357.3823.92
Hex1A6048490193E9f3918
Octal32140110111031762377130
Binary110101100000100100010010010110011111101001111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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