#1F6C04

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

Shades of Green #1F6C04

Tints of Green #1F6C04

Color information

#1F6C04 (or 0x1F6C04) is unknown color: approx Green. HEX triplet: 1F, 6C and 04. RGB value is (31,108,4). Sum of RGB (Red+Green+Blue) = 31+108+4=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 108 (42.58% from 255 or 75.52% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6C04 is #E093FB. Grayscale: #494949. Windows color (decimal): -14717948 or 289823. OLE color: 289823.

HSL color Cylindrical-coordinate representation of color #1F6C04: hue angle of 104.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F6C04 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB311084-
CMYK0.7100.960.58
HSL104.42º92.86%21.96%-
HSV(B)104.42º96.3%42.35%-
XYZ5.9511.031.93-
YUV73.1288.9997.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 108 (42.58% from 255) = 75.52%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=21.68%
G=75.52%
B=2.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3110840.7100.960.58104.4292.8621.96
Hex1F6C4470603A685d16
Octal37154410701407215013526
Binary1111111011001001000111011000001110101101000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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