Html Css Color HEX #1A6246 Jewel

📋 copy color: '#1A6246'

red 26 ◦ green 98 ◦ blue 70

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

Shades of Jewel #1A6246

Tints of Jewel #1A6246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 13.4%
G = 50.52%
B = 36.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#1A6246 (or 0x1A6246) is known color: Jewel. HEX triplet: 1A, 62 and 46. RGB value is (26,98,70). Sum of RGB (Red+Green+Blue) = 26+98+70=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6246 is #E59DB9. Grayscale: #494949. Windows color (decimal): -15048122 or 4612634. OLE color: 4612634.

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

Color convert

RGB 26 98 70 -
CMYK 0.73 0 0.29 0.62
HSL 156.67º 0.58% 0.24% -
HSV(B) 156.67º 0.73% 0.38% -
XYZ 5.9 9.4 7.3 -
YUV 73.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 26 98 70 0.73 0 0.29 0.62 156.67 0.58 0.24
Hex 1A 62 46 49 0 1D 3E 9D 3A 18
Octal 32 142 106 111 0 35 76 235 72 30
Binary 11010 1100010 1000110 1001001 0 11101 111110 10011101 111010 11000

Color Harmonies of #1A6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6246

Black with #1A6246

Text Example


Text Example

White with #1A6246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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