Html Css Color HEX #1A8573 Elf Green

📋 copy color: '#1A8573'

red 26 ◦ green 133 ◦ blue 115

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

Shades of Elf Green #1A8573

Tints of Elf Green #1A8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

 BLUE value IS 115 (45.31% from 255) = 41.97%

R = 9.49%
G = 48.54%
B = 41.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#1A8573 (or 0x1A8573) is known color: Elf Green. HEX triplet: 1A, 85 and 73. RGB value is (26,133,115). Sum of RGB (Red+Green+Blue) = 26+133+115=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8573 is #E57A8C. Grayscale: #626262. Windows color (decimal): -15039117 or 7570714. OLE color: 7570714.

HSL color Cylindrical-coordinate representation of color #1A8573: hue angle of 169.91º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8573 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 133 115 -
CMYK 0.80 0 0.14 0.48
HSL 169.91º 0.67% 0.31% -
HSV(B) 169.91º 0.8% 0.52% -
XYZ 11.91 18.23 19.11 -
YUV 98.96 137.05 75.96 -
System Red Green Blue C M Y K H S L
Decimal 26 133 115 0.80 0 0.14 0.48 169.91 0.67 0.31
Hex 1A 85 73 50 0 E 30 AA 43 1F
Octal 32 205 163 120 0 16 60 252 103 37
Binary 11010 10000101 1110011 1010000 0 1110 110000 10101010 1000011 11111

Color Harmonies of #1A8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8573

Black with #1A8573

Text Example


Text Example

White with #1A8573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,133,115); }

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

background-color css

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

 a { background-color: rgb(26,133,115); }

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

border-color css

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

 span { border-color: rgb(26,133,115); }

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