Html Css Color HEX #1A8016 Forest Green

📋 copy color: '#1A8016'

red 26 ◦ green 128 ◦ blue 22

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

Shades of Forest Green #1A8016

Tints of Forest Green #1A8016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 72.73%

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

R = 14.77%
G = 72.73%
B = 12.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#1A8016 (or 0x1A8016) is known color: Forest Green. HEX triplet: 1A, 80 and 16. RGB value is (26,128,22). Sum of RGB (Red+Green+Blue) = 26+128+22=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 128 (50.39% from 255 or 72.73% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 128 - color contains mainly: green. Hex color #1A8016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8016 is #E57FE9. Grayscale: #555555. Windows color (decimal): -15040490 or 1474586. OLE color: 1474586.

HSL color Cylindrical-coordinate representation of color #1A8016: hue angle of 117.74º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A8016 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 26 128 22 -
CMYK 0.80 0 0.83 0.50
HSL 117.74º 0.71% 0.29% -
HSV(B) 117.74º 0.83% 0.5% -
XYZ 8.29 15.72 3.36 -
YUV 85.42 92.21 85.62 -
System Red Green Blue C M Y K H S L
Decimal 26 128 22 0.80 0 0.83 0.50 117.74 0.71 0.29
Hex 1A 80 16 50 0 53 32 76 47 1D
Octal 32 200 26 120 0 123 62 166 107 35
Binary 11010 10000000 10110 1010000 0 1010011 110010 1110110 1000111 11101

Color Harmonies of #1A8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8016

Black with #1A8016

Text Example


Text Example

White with #1A8016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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