#1FA528

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

Shades of Forest Green #1FA528

Tints of Forest Green #1FA528

Color information

#1FA528 (or 0x1FA528) is unknown color: approx Forest Green. HEX triplet: 1F, A5 and 28. RGB value is (31,165,40). Sum of RGB (Red+Green+Blue) = 31+165+40=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA528 is #E05AD7. Grayscale: #6F6F6F. Windows color (decimal): -14703320 or 2663711. OLE color: 2663711.

HSL color Cylindrical-coordinate representation of color #1FA528: hue angle of 124.03º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA528 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB3116540-
CMYK0.8100.760.35
HSL124.03º68.37%38.43%-
HSV(B)124.03º81.21%64.71%-
XYZ14.427.356.53-
YUV110.6888.1171.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.14%
GREEN value IS 165 (64.84% from 255) = 69.92%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=13.14%
G=69.92%
B=16.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31165400.8100.760.35124.0368.3738.43
Hex1FA5285104C237c4426
Octal372455012101144317410446
Binary111111010010110100010100010100110010001111111001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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