#010C08

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

Shades of Dark Green #010C08

Tints of Dark Green #010C08

Color information

#010C08 (or 0x010C08) is unknown color: approx Dark Green. HEX triplet: 01, 0C and 08. RGB value is (1,12,8). Sum of RGB (Red+Green+Blue) = 1+12+8=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #010C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C08 is #FEF3F7. Grayscale: #080808. Windows color (decimal): -16708600 or 527361. OLE color: 527361.

HSL color Cylindrical-coordinate representation of color #010C08: hue angle of 158.18º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010C08 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.95.

Color convert

RGB1128-
CMYK0.9200.330.95
HSL158.18º84.62%2.55%-
HSV(B)158.18º91.67%4.71%-
XYZ0.190.290.28-
YUV8.26127.86122.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.76%
GREEN value IS 12 (5.08% from 255) = 57.14%
BLUE value IS 8 (3.52% from 255) = 38.10%
R=4.76%
G=57.14%
B=38.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11280.9200.330.95158.1884.622.55
Hex1C85C0215F9e553
Octal114101340411372361253
Binary11100100010111000100001101111110011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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