#061A0F

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

Shades of Dark Green #061A0F

Tints of Dark Green #061A0F

Color information

#061A0F (or 0x061A0F) is unknown color: approx Dark Green. HEX triplet: 06, 1A and 0F. RGB value is (6,26,15). Sum of RGB (Red+Green+Blue) = 6+26+15=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #061A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A0F is #F9E5F0. Grayscale: #121212. Windows color (decimal): -16377329 or 989702. OLE color: 989702.

HSL color Cylindrical-coordinate representation of color #061A0F: hue angle of 147º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A0F is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.90.

Color convert

RGB62615-
CMYK0.7700.420.90
HSL147º62.5%6.27%-
HSV(B)147º76.92%10.2%-
XYZ0.530.810.58-
YUV18.77125.87118.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 26 (10.55% from 255) = 55.32%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=12.77%
G=55.32%
B=31.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal626150.7700.420.9014762.56.27
Hex61AF4D02A5A933e6
Octal63217115052132223766
Binary11011010111110011010101010101101010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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