#1F6C07

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

Shades of Green #1F6C07

Tints of Green #1F6C07

Color information

#1F6C07 (or 0x1F6C07) is unknown color: approx Green. HEX triplet: 1F, 6C and 07. RGB value is (31,108,7). Sum of RGB (Red+Green+Blue) = 31+108+7=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 108 (42.58% from 255 or 73.97% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6C07 is #E093F8. Grayscale: #494949. Windows color (decimal): -14717945 or 486431. OLE color: 486431.

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

Color convert

RGB311087-
CMYK0.7100.940.58
HSL105.74º87.83%22.55%-
HSV(B)105.74º93.52%42.35%-
XYZ5.9711.032.02-
YUV73.4690.4997.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 108 (42.58% from 255) = 73.97%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=21.23%
G=73.97%
B=4.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3110870.7100.940.58105.7487.8322.55
Hex1F6C74705E3A6a5817
Octal37154710701367215213027
Binary1111111011001111000111010111101110101101010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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