#011308

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

Shades of Dark Green #011308

Tints of Dark Green #011308

Color information

#011308 (or 0x011308) is unknown color: approx Dark Green. HEX triplet: 01, 13 and 08. RGB value is (1,19,8). Sum of RGB (Red+Green+Blue) = 1+19+8=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #011308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011308 is #FEECF7. Grayscale: #0C0C0C. Windows color (decimal): -16706808 or 529153. OLE color: 529153.

HSL color Cylindrical-coordinate representation of color #011308: hue angle of 143.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011308 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB1198-
CMYK0.9500.580.93
HSL143.33º90%3.92%-
HSV(B)143.33º94.74%7.45%-
XYZ0.290.490.31-
YUV12.36125.54119.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.57%
GREEN value IS 19 (7.81% from 255) = 67.86%
BLUE value IS 8 (3.52% from 255) = 28.57%
R=3.57%
G=67.86%
B=28.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11980.9500.580.93143.33903.92
Hex11385F03A5D8f5a4
Octal123101370721352171324
Binary1100111000101111101110101011101100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011308; }

 p { color: rgb(1,19,8); }

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

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

 a { background-color: rgb(1,19,8); }

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

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

 span { border-color: rgb(1,19,8); }

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