Html Css Color HEX #1A8714 Forest Green

📋 copy color: '#1A8714'

red 26 ◦ green 135 ◦ blue 20

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

Shades of Forest Green #1A8714

Tints of Forest Green #1A8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 74.59%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 14.36%
G = 74.59%
B = 11.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#1A8714 (or 0x1A8714) is known color: Forest Green. HEX triplet: 1A, 87 and 14. RGB value is (26,135,20). Sum of RGB (Red+Green+Blue) = 26+135+20=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 135 (53.12% from 255 or 74.59% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8714 is #E578EB. Grayscale: #595959. Windows color (decimal): -15038700 or 1345306. OLE color: 1345306.

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

Color convert

RGB 26 135 20 -
CMYK 0.81 0 0.85 0.47
HSL 116.87º 0.74% 0.3% -
HSV(B) 116.87º 0.85% 0.53% -
XYZ 9.22 17.6 3.57 -
YUV 89.3 88.89 82.85 -
System Red Green Blue C M Y K H S L
Decimal 26 135 20 0.81 0 0.85 0.47 116.87 0.74 0.3
Hex 1A 87 14 51 0 55 2F 75 4A 1E
Octal 32 207 24 121 0 125 57 165 112 36
Binary 11010 10000111 10100 1010001 0 1010101 101111 1110101 1001010 11110

Color Harmonies of #1A8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8714

Black with #1A8714

Text Example


Text Example

White with #1A8714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,135,20); }

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

background-color css

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

 a { background-color: rgb(26,135,20); }

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

border-color css

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

 span { border-color: rgb(26,135,20); }

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