#061E1A

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

Shades of Dark Green #061E1A

Tints of Dark Green #061E1A

Color information

#061E1A (or 0x061E1A) is unknown color: approx Dark Green. HEX triplet: 06, 1E and 1A. RGB value is (6,30,26). Sum of RGB (Red+Green+Blue) = 6+30+26=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #061E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E1A is #F9E1E5. Grayscale: #161616. Windows color (decimal): -16376294 or 1711622. OLE color: 1711622.

HSL color Cylindrical-coordinate representation of color #061E1A: hue angle of 170º 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 #061E1A is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB63026-
CMYK0.8000.130.88
HSL170º66.67%7.06%-
HSV(B)170º80%11.76%-
XYZ0.731.041.14-
YUV22.37130.05116.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=9.68%
G=48.39%
B=41.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal630260.8000.130.8817066.677.06
Hex61E1A500D58aa437
Octal636321200151302521037
Binary11011110110101010000011011011000101010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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