Html Css Color HEX #1A8015 Forest Green

📋 copy color: '#1A8015'

red 26 ◦ green 128 ◦ blue 21

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

Shades of Forest Green #1A8015

Tints of Forest Green #1A8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12%

R = 14.86%
G = 73.14%
B = 12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#1A8015 (or 0x1A8015) is known color: Forest Green. HEX triplet: 1A, 80 and 15. RGB value is (26,128,21). Sum of RGB (Red+Green+Blue) = 26+128+21=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 128 (50.39% from 255 or 73.14% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 128 - color contains mainly: green. Hex color #1A8015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8015 is #E57FEA. Grayscale: #555555. Windows color (decimal): -15040491 or 1409050. OLE color: 1409050.

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

Color convert

RGB 26 128 21 -
CMYK 0.80 0 0.84 0.50
HSL 117.2º 0.72% 0.29% -
HSV(B) 117.2º 0.84% 0.5% -
XYZ 8.28 15.71 3.31 -
YUV 85.3 91.71 85.7 -
System Red Green Blue C M Y K H S L
Decimal 26 128 21 0.80 0 0.84 0.50 117.2 0.72 0.29
Hex 1A 80 15 50 0 54 32 75 48 1D
Octal 32 200 25 120 0 124 62 165 110 35
Binary 11010 10000000 10101 1010000 0 1010100 110010 1110101 1001000 11101

Color Harmonies of #1A8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8015

Black with #1A8015

Text Example


Text Example

White with #1A8015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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