Html Css Color HEX #1A6249 Jewel

📋 copy color: '#1A6249'

red 26 ◦ green 98 ◦ blue 73

#1A6249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #1A6249

Tints of Jewel #1A6249

RGB

 RED value IS 26 (10.55% from 255) = 13.2%

 GREEN value IS 98 (38.67% from 255) = 49.75%

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 13.2%
G = 49.75%
B = 37.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#1A6249 (or 0x1A6249) is known color: Jewel. HEX triplet: 1A, 62 and 49. RGB value is (26,98,73). Sum of RGB (Red+Green+Blue) = 26+98+73=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6249 is #E59DB6. Grayscale: #494949. Windows color (decimal): -15048119 or 4809242. OLE color: 4809242.

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

Color convert

RGB 26 98 73 -
CMYK 0.73 0 0.26 0.62
HSL 159.17º 0.58% 0.24% -
HSV(B) 159.17º 0.73% 0.38% -
XYZ 6 9.44 7.81 -
YUV 73.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 26 98 73 0.73 0 0.26 0.62 159.17 0.58 0.24
Hex 1A 62 49 49 0 1A 3E 9F 3A 18
Octal 32 142 111 111 0 32 76 237 72 30
Binary 11010 1100010 1001001 1001001 0 11010 111110 10011111 111010 11000

Color Harmonies of #1A6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6249

Black with #1A6249

Text Example


Text Example

White with #1A6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A6249;
 }
 .AnyTagClassName
 {
   color: #1A6249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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