#061C1A

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

Shades of Dark Green #061C1A

Tints of Dark Green #061C1A

Color information

#061C1A (or 0x061C1A) is unknown color: approx Dark Green. HEX triplet: 06, 1C and 1A. RGB value is (6,28,26). Sum of RGB (Red+Green+Blue) = 6+28+26=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #061C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C1A is #F9E3E5. Grayscale: #151515. Windows color (decimal): -16376806 or 1711110. OLE color: 1711110.

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

Color convert

RGB62826-
CMYK0.7900.070.89
HSL174.55º64.71%6.67%-
HSV(B)174.55º78.57%10.98%-
XYZ0.680.941.12-
YUV21.19130.71117.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10%
GREEN value IS 28 (11.33% from 255) = 46.67%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=10%
G=46.67%
B=43.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal628260.7900.070.89174.5564.716.67
Hex61C1A4F0759af417
Octal63432117071312571017
Binary1101110011010100111101111011001101011111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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