#001C08

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

Shades of Dark Green #001C08

Tints of Dark Green #001C08

Color information

#001C08 (or 0x001C08) is unknown color: approx Dark Green. HEX triplet: 00, 1C and 08. RGB value is (0,28,8). Sum of RGB (Red+Green+Blue) = 0+28+8=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 28 (11.33% from 255 or 77.78% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 28 - color contains mainly: green. Hex color #001C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C08 is #FFE3F7. Grayscale: #111111. Windows color (decimal): -16770040 or 531456. OLE color: 531456.

HSL color Cylindrical-coordinate representation of color #001C08: hue angle of 137.14º 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 #001C08 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.

Color convert

RGB0288-
CMYK100.710.89
HSL137.14º100%5.49%-
HSV(B)137.14º100%10.98%-
XYZ0.460.850.37-
YUV17.35122.72115.63-

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) = 77.78%
BLUE value IS 8 (3.52% from 255) = 22.22%
R=0%
G=77.78%
B=22.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0288100.710.89137.141005.49
Hex01C8640475989645
Octal0341014401071312111445
Binary01110010001100100010001111011001100010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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