#061C0E

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

Shades of Dark Green #061C0E

Tints of Dark Green #061C0E

Color information

#061C0E (or 0x061C0E) is unknown color: approx Dark Green. HEX triplet: 06, 1C and 0E. RGB value is (6,28,14). Sum of RGB (Red+Green+Blue) = 6+28+14=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #061C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061C0E is #F9E3F1. Grayscale: #131313. Windows color (decimal): -16376818 or 924678. OLE color: 924678.

HSL color Cylindrical-coordinate representation of color #061C0E: hue angle of 141.82º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061C0E is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.89.

Color convert

RGB62814-
CMYK0.7900.500.89
HSL141.82º64.71%6.67%-
HSV(B)141.82º78.57%10.98%-
XYZ0.570.90.56-
YUV19.83124.71118.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 28 (11.33% from 255) = 58.33%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=12.5%
G=58.33%
B=29.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal628140.7900.500.89141.8264.716.67
Hex61CE4F032598e417
Octal634161170621312161017
Binary110111001110100111101100101011001100011101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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