#1F7D04

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

Shades of Green #1F7D04

Tints of Green #1F7D04

Color information

#1F7D04 (or 0x1F7D04) is unknown color: approx Green. HEX triplet: 1F, 7D and 04. RGB value is (31,125,4). Sum of RGB (Red+Green+Blue) = 31+125+4=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 125 (49.22% from 255 or 78.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7D04 is #E082FB. Grayscale: #535353. Windows color (decimal): -14713596 or 294175. OLE color: 294175.

HSL color Cylindrical-coordinate representation of color #1F7D04: hue angle of 106.61º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F7D04 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB311254-
CMYK0.7500.970.51
HSL106.61º93.8%25.29%-
HSV(B)106.61º96.8%49.02%-
XYZ7.9214.972.59-
YUV83.183.3690.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.38%
GREEN value IS 125 (49.22% from 255) = 78.12%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=19.38%
G=78.12%
B=2.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3112540.7500.970.51106.6193.825.29
Hex1F7D44B061336b5e19
Octal37175411301416315313631
Binary1111111111011001001011011000011100111101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,125,4); }

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

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

 a { background-color: rgb(31,125,4); }

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

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

 span { border-color: rgb(31,125,4); }

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