#1A7520

Color #1A7520 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1A7520

Tints of Forest Green #1A7520

Color information

#1A7520 (or 0x1A7520) is unknown color: approx Forest Green. HEX triplet: 1A, 75 and 20. RGB value is (26,117,32). Sum of RGB (Red+Green+Blue) = 26+117+32=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7520 is #E58ADF. Grayscale: #505050. Windows color (decimal): -15043296 or 2127130. OLE color: 2127130.

HSL color Cylindrical-coordinate representation of color #1A7520: hue angle of 123.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7520 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB2611732-
CMYK0.7800.730.54
HSL123.96º63.64%28.04%-
HSV(B)123.96º77.78%45.88%-
XYZ7.0513.053.51-
YUV80.1100.8589.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.86%
GREEN value IS 117 (46.09% from 255) = 66.86%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=14.86%
G=66.86%
B=18.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26117320.7800.730.54123.9663.6428.04
Hex1A75204E049367c401c
Octal321654011601116617410034
Binary1101011101011000001001110010010011101101111100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A7520;
 }
 .AnyTagClassName
 {
   color: #1A7520;
 }
</style>
background-color css

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

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

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

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

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

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