#061C0F

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

Shades of Dark Green #061C0F

Tints of Dark Green #061C0F

Color information

#061C0F (or 0x061C0F) is unknown color: approx Dark Green. HEX triplet: 06, 1C and 0F. RGB value is (6,28,15). Sum of RGB (Red+Green+Blue) = 6+28+15=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #061C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061C0F is #F9E3F0. Grayscale: #131313. Windows color (decimal): -16376817 or 990214. OLE color: 990214.

HSL color Cylindrical-coordinate representation of color #061C0F: hue angle of 144.55º 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 #061C0F is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB62815-
CMYK0.7900.460.89
HSL144.55º64.71%6.67%-
HSV(B)144.55º78.57%10.98%-
XYZ0.580.90.6-
YUV19.94125.21118.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 28 (11.33% from 255) = 57.14%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=12.24%
G=57.14%
B=30.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal628150.7900.460.89144.5564.716.67
Hex61CF4F02E5991417
Octal634171170561312211017
Binary110111001111100111101011101011001100100011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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