#061F1C

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

Shades of Dark Green #061F1C

Tints of Dark Green #061F1C

Color information

#061F1C (or 0x061F1C) is unknown color: approx Dark Green. HEX triplet: 06, 1F and 1C. RGB value is (6,31,28). Sum of RGB (Red+Green+Blue) = 6+31+28=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #061F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F1C is #F9E0E3. Grayscale: #171717. Windows color (decimal): -16376036 or 1842950. OLE color: 1842950.

HSL color Cylindrical-coordinate representation of color #061F1C: hue angle of 172.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F1C is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB63128-
CMYK0.8100.100.88
HSL172.8º67.57%7.25%-
HSV(B)172.8º80.65%12.16%-
XYZ0.771.11.27-
YUV23.18130.72115.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 31 (12.5% from 255) = 47.69%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=9.23%
G=47.69%
B=43.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal631280.8100.100.88172.867.577.25
Hex61F1C510A58ad447
Octal637341210121302551047
Binary11011111111001010001010101011000101011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061F1C; }

 p { color: rgb(6,31,28); }

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

<style>
 a { background-color: #061F1C; }

 a { background-color: rgb(6,31,28); }

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

<style>
 span { border-color: #061F1C; }

 span { border-color: rgb(6,31,28); }

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