Html Css Color HEX #1A8220 Forest Green

📋 copy color: '#1A8220'

red 26 ◦ green 130 ◦ blue 32

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

Shades of Forest Green #1A8220

Tints of Forest Green #1A8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 69.15%

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

R = 13.83%
G = 69.15%
B = 17.02%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#1A8220 (or 0x1A8220) is known color: Forest Green. HEX triplet: 1A, 82 and 20. RGB value is (26,130,32). Sum of RGB (Red+Green+Blue) = 26+130+32=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8220 is #E57DDF. Grayscale: #585858. Windows color (decimal): -15039968 or 2130458. OLE color: 2130458.

HSL color Cylindrical-coordinate representation of color #1A8220: hue angle of 123.46º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8220 is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 26 130 32 -
CMYK 0.8 0 0.75 0.49
HSL 123.46º 0.67% 0.31% -
HSV(B) 123.46º 0.8% 0.51% -
XYZ 8.67 16.29 4.05 -
YUV 87.73 96.54 83.97 -
System Red Green Blue C M Y K H S L
Decimal 26 130 32 0.8 0 0.75 0.49 123.46 0.67 0.31
Hex 1A 82 20 50 0 4B 31 7B 43 1F
Octal 32 202 40 120 0 113 61 173 103 37
Binary 11010 10000010 100000 1010000 0 1001011 110001 1111011 1000011 11111

Color Harmonies of #1A8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8220

Black with #1A8220

Text Example


Text Example

White with #1A8220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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