#1F8600

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

Shades of Green #1F8600

Tints of Green #1F8600

Color information

#1F8600 (or 0x1F8600) is unknown color: approx Green. HEX triplet: 1F, 86 and 00. RGB value is (31,134,0). Sum of RGB (Red+Green+Blue) = 31+134+0=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 134 (52.73% from 255 or 81.21% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8600 is #E079FF. Grayscale: #585858. Windows color (decimal): -14711296 or 34335. OLE color: 34335.

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

Color convert

RGB311340-
CMYK0.77010.47
HSL106.12º100%26.27%-
HSV(B)106.12º100%52.55%-
XYZ9.0917.342.87-
YUV87.9378.3887.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 134 (52.73% from 255) = 81.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.79%
G=81.21%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3113400.77010.47106.1210026.27
Hex1F8604D0642F6a641a
Octal37206011501445715214432
Binary111111000011001001101011001001011111101010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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