#1F8528

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

Shades of Forest Green #1F8528

Tints of Forest Green #1F8528

Color information

#1F8528 (or 0x1F8528) is unknown color: approx Forest Green. HEX triplet: 1F, 85 and 28. RGB value is (31,133,40). Sum of RGB (Red+Green+Blue) = 31+133+40=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8528 is #E07AD7. Grayscale: #5C5C5C. Windows color (decimal): -14711512 or 2655519. OLE color: 2655519.

HSL color Cylindrical-coordinate representation of color #1F8528: hue angle of 125.29º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8528 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB3113340-
CMYK0.7700.700.48
HSL125.29º62.2%32.16%-
HSV(B)125.29º76.69%52.16%-
XYZ9.3417.224.84-
YUV91.998.7184.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.20%
GREEN value IS 133 (52.34% from 255) = 65.20%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=15.20%
G=65.20%
B=19.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31133400.7700.700.48125.2962.232.16
Hex1F85284D046307d3e20
Octal37205501150106601757640
Binary11111100001011010001001101010001101100001111101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,40); }

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

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

 a { background-color: rgb(31,133,40); }

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

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

 span { border-color: rgb(31,133,40); }

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