#1F8601

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

Shades of Green #1F8601

Tints of Green #1F8601

Color information

#1F8601 (or 0x1F8601) is unknown color: approx Green. HEX triplet: 1F, 86 and 01. RGB value is (31,134,1). Sum of RGB (Red+Green+Blue) = 31+134+1=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 134 (52.73% from 255 or 80.72% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8601 is #E079FE. Grayscale: #585858. Windows color (decimal): -14711295 or 99871. OLE color: 99871.

HSL color Cylindrical-coordinate representation of color #1F8601: hue angle of 106.47º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F8601 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB311341-
CMYK0.7700.990.47
HSL106.47º98.52%26.47%-
HSV(B)106.47º99.25%52.55%-
XYZ9.117.342.9-
YUV88.0478.8887.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.67%
GREEN value IS 134 (52.73% from 255) = 80.72%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=18.67%
G=80.72%
B=0.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3113410.7700.990.47106.4798.5226.47
Hex1F8614D0632F6a631a
Octal37206111501435715214332
Binary111111000011011001101011000111011111101010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,134,1); }

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

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

 a { background-color: rgb(31,134,1); }

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

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

 span { border-color: rgb(31,134,1); }

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