#1A6245

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

Shades of Jewel #1A6245

Tints of Jewel #1A6245

Color information

#1A6245 (or 0x1A6245) is unknown color: approx Jewel. HEX triplet: 1A, 62 and 45. RGB value is (26,98,69). Sum of RGB (Red+Green+Blue) = 26+98+69=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6245 is #E59DBA. Grayscale: #494949. Windows color (decimal): -15048123 or 4547098. OLE color: 4547098.

HSL color Cylindrical-coordinate representation of color #1A6245: hue angle of 155.83º degrees, saturation: 0.58, 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 #1A6245 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB269869-
CMYK0.7300.300.62
HSL155.83º58.06%24.31%-
HSV(B)155.83º73.47%38.43%-
XYZ5.879.387.13-
YUV73.17125.6594.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=13.47%
G=50.78%
B=35.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698690.7300.300.62155.8358.0624.31
Hex1A62454901E3E9c3a18
Octal32142105111036762347230
Binary110101100010100010110010010111101111101001110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,98,69); }

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

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

 a { background-color: rgb(26,98,69); }

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

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

 span { border-color: rgb(26,98,69); }

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