Html Css Color HEX #1A8516 Forest Green

📋 copy color: '#1A8516'

red 26 ◦ green 133 ◦ blue 22

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

Shades of Forest Green #1A8516

Tints of Forest Green #1A8516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.15%

R = 14.36%
G = 73.48%
B = 12.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#1A8516 (or 0x1A8516) is known color: Forest Green. HEX triplet: 1A, 85 and 16. RGB value is (26,133,22). Sum of RGB (Red+Green+Blue) = 26+133+22=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8516 is #E57AE9. Grayscale: #585858. Windows color (decimal): -15039210 or 1475866. OLE color: 1475866.

HSL color Cylindrical-coordinate representation of color #1A8516: hue angle of 117.84º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A8516 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 133 22 -
CMYK 0.80 0 0.83 0.48
HSL 117.84º 0.72% 0.3% -
HSV(B) 117.84º 0.83% 0.52% -
XYZ 8.96 17.05 3.58 -
YUV 88.35 90.55 83.53 -
System Red Green Blue C M Y K H S L
Decimal 26 133 22 0.80 0 0.83 0.48 117.84 0.72 0.3
Hex 1A 85 16 50 0 53 30 76 48 1E
Octal 32 205 26 120 0 123 60 166 110 36
Binary 11010 10000101 10110 1010000 0 1010011 110000 1110110 1001000 11110

Color Harmonies of #1A8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8516

Black with #1A8516

Text Example


Text Example

White with #1A8516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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