#1FB217

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

Shades of Forest Green #1FB217

Tints of Forest Green #1FB217

Color information

#1FB217 (or 0x1FB217) is unknown color: approx Forest Green. HEX triplet: 1F, B2 and 17. RGB value is (31,178,23). Sum of RGB (Red+Green+Blue) = 31+178+23=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 178 (69.92% from 255 or 76.72% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB217 is #E04DE8. Grayscale: #747474. Windows color (decimal): -14700009 or 1552927. OLE color: 1552927.

HSL color Cylindrical-coordinate representation of color #1FB217: hue angle of 116.9º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FB217 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB3117823-
CMYK0.8300.870.30
HSL116.9º77.11%39.41%-
HSV(B)116.9º87.08%69.8%-
XYZ16.6432.196.15-
YUV116.3875.367.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 178 (69.92% from 255) = 76.72%
BLUE value IS 23 (9.38% from 255) = 9.91%
R=13.36%
G=76.72%
B=9.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31178230.8300.870.30116.977.1139.41
Hex1FB217530571E754d27
Octal372622712301273616511547
Binary1111110110010101111010011010101111111011101011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,178,23); }

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

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

 a { background-color: rgb(31,178,23); }

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

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

 span { border-color: rgb(31,178,23); }

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