Html Css Color HEX #1A6A48 Jewel

📋 copy color: '#1A6A48'

red 26 ◦ green 106 ◦ blue 72

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

Shades of Jewel #1A6A48

Tints of Jewel #1A6A48

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.96%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 12.75%
G = 51.96%
B = 35.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#1A6A48 (or 0x1A6A48) is known color: Jewel. HEX triplet: 1A, 6A and 48. RGB value is (26,106,72). Sum of RGB (Red+Green+Blue) = 26+106+72=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6A48 is #E595B7. Grayscale: #4E4E4E. Windows color (decimal): -15046072 or 4745754. OLE color: 4745754.

HSL color Cylindrical-coordinate representation of color #1A6A48: hue angle of 154.5º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6A48 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 26 106 72 -
CMYK 0.75 0 0.32 0.58
HSL 154.5º 0.61% 0.26% -
HSV(B) 154.5º 0.75% 0.42% -
XYZ 6.75 11 7.9 -
YUV 78.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 26 106 72 0.75 0 0.32 0.58 154.5 0.61 0.26
Hex 1A 6A 48 4B 0 20 3A 9A 3D 1A
Octal 32 152 110 113 0 40 72 232 75 32
Binary 11010 1101010 1001000 1001011 0 100000 111010 10011010 111101 11010

Color Harmonies of #1A6A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6A48

Black with #1A6A48

Text Example


Text Example

White with #1A6A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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