Html Css Color HEX #1A861C Forest Green

📋 copy color: '#1A861C'

red 26 ◦ green 134 ◦ blue 28

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

Shades of Forest Green #1A861C

Tints of Forest Green #1A861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 71.28%

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 13.83%
G = 71.28%
B = 14.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#1A861C (or 0x1A861C) is known color: Forest Green. HEX triplet: 1A, 86 and 1C. RGB value is (26,134,28). Sum of RGB (Red+Green+Blue) = 26+134+28=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 134 (52.73% from 255 or 71.28% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 134 - color contains mainly: green. Hex color #1A861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A861C is #E579E3. Grayscale: #595959. Windows color (decimal): -15038948 or 1869338. OLE color: 1869338.

HSL color Cylindrical-coordinate representation of color #1A861C: hue angle of 121.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A861C is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 134 28 -
CMYK 0.81 0 0.79 0.47
HSL 121.11º 0.68% 0.31% -
HSV(B) 121.11º 0.81% 0.53% -
XYZ 9.16 17.35 3.97 -
YUV 89.62 93.22 82.62 -
System Red Green Blue C M Y K H S L
Decimal 26 134 28 0.81 0 0.79 0.47 121.11 0.68 0.31
Hex 1A 86 1C 51 0 4F 2F 79 44 1F
Octal 32 206 34 121 0 117 57 171 104 37
Binary 11010 10000110 11100 1010001 0 1001111 101111 1111001 1000100 11111

Color Harmonies of #1A861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A861C

Black with #1A861C

Text Example


Text Example

White with #1A861C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,134,28); }

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

background-color css

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

 a { background-color: rgb(26,134,28); }

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

border-color css

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

 span { border-color: rgb(26,134,28); }

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