#001C05

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

Shades of Dark Green #001C05

Tints of Dark Green #001C05

Color information

#001C05 (or 0x001C05) is unknown color: approx Dark Green. HEX triplet: 00, 1C and 05. RGB value is (0,28,5). Sum of RGB (Red+Green+Blue) = 0+28+5=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 28 (11.33% from 255 or 84.85% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 28 - color contains mainly: green. Hex color #001C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C05 is #FFE3FA. Grayscale: #111111. Windows color (decimal): -16770043 or 334848. OLE color: 334848.

HSL color Cylindrical-coordinate representation of color #001C05: hue angle of 130.71º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C05 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB0285-
CMYK100.820.89
HSL130.71º100%5.49%-
HSV(B)130.71º100%10.98%-
XYZ0.440.840.28-
YUV17.01121.22115.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 84.85%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=0%
G=84.85%
B=15.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0285100.820.89130.711005.49
Hex01C5640525983645
Octal034514401221312031445
Binary0111001011100100010100101011001100000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C05; }

 p { color: rgb(0,28,5); }

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

<style>
 a { background-color: #001C05; }

 a { background-color: rgb(0,28,5); }

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

<style>
 span { border-color: #001C05; }

 span { border-color: rgb(0,28,5); }

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