Html Css Color HEX #1A7420 Forest Green

📋 copy color: '#1A7420'

red 26 ◦ green 116 ◦ blue 32

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

Shades of Forest Green #1A7420

Tints of Forest Green #1A7420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 14.94%
G = 66.67%
B = 18.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#1A7420 (or 0x1A7420) is known color: Forest Green. HEX triplet: 1A, 74 and 20. RGB value is (26,116,32). Sum of RGB (Red+Green+Blue) = 26+116+32=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7420 is #E58BDF. Grayscale: #4F4F4F. Windows color (decimal): -15043552 or 2126874. OLE color: 2126874.

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

Color convert

RGB 26 116 32 -
CMYK 0.78 0 0.72 0.55
HSL 124º 0.63% 0.28% -
HSV(B) 124º 0.78% 0.45% -
XYZ 6.93 12.81 3.47 -
YUV 79.51 101.18 89.83 -
System Red Green Blue C M Y K H S L
Decimal 26 116 32 0.78 0 0.72 0.55 124 0.63 0.28
Hex 1A 74 20 4E 0 48 37 7C 3F 1C
Octal 32 164 40 116 0 110 67 174 77 34
Binary 11010 1110100 100000 1001110 0 1001000 110111 1111100 111111 11100

Color Harmonies of #1A7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7420

Black with #1A7420

Text Example


Text Example

White with #1A7420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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