#061E0F

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

Shades of Dark Green #061E0F

Tints of Dark Green #061E0F

Color information

#061E0F (or 0x061E0F) is unknown color: approx Dark Green. HEX triplet: 06, 1E and 0F. RGB value is (6,30,15). Sum of RGB (Red+Green+Blue) = 6+30+15=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #061E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E0F is #F9E1F0. Grayscale: #151515. Windows color (decimal): -16376305 or 990726. OLE color: 990726.

HSL color Cylindrical-coordinate representation of color #061E0F: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061E0F is Cyan = 0.80, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB63015-
CMYK0.8000.50.88
HSL142.5º66.67%7.06%-
HSV(B)142.5º80%11.76%-
XYZ0.6310.61-
YUV21.11124.55117.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=11.76%
G=58.82%
B=29.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal630150.8000.50.88142.566.677.06
Hex61EF50032588e437
Octal636171200621302161037
Binary110111101111101000001100101011000100011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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