Html Css Color HEX #1A7414 Forest Green

📋 copy color: '#1A7414'

red 26 ◦ green 116 ◦ blue 20

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

Shades of Forest Green #1A7414

Tints of Forest Green #1A7414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 71.6%

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

R = 16.05%
G = 71.6%
B = 12.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#1A7414 (or 0x1A7414) is known color: Forest Green. HEX triplet: 1A, 74 and 14. RGB value is (26,116,20). Sum of RGB (Red+Green+Blue) = 26+116+20=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7414 is #E58BEB. Grayscale: #4E4E4E. Windows color (decimal): -15043564 or 1340442. OLE color: 1340442.

HSL color Cylindrical-coordinate representation of color #1A7414: hue angle of 116.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7414 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 116 20 -
CMYK 0.78 0 0.83 0.55
HSL 116.25º 0.71% 0.27% -
HSV(B) 116.25º 0.83% 0.45% -
XYZ 6.8 12.76 2.77 -
YUV 78.15 95.18 90.81 -
System Red Green Blue C M Y K H S L
Decimal 26 116 20 0.78 0 0.83 0.55 116.25 0.71 0.27
Hex 1A 74 14 4E 0 53 37 74 47 1B
Octal 32 164 24 116 0 123 67 164 107 33
Binary 11010 1110100 10100 1001110 0 1010011 110111 1110100 1000111 11011

Color Harmonies of #1A7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7414

Black with #1A7414

Text Example


Text Example

White with #1A7414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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