#030D0C

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

Shades of Dark Green #030D0C

Tints of Dark Green #030D0C

Color information

#030D0C (or 0x030D0C) is unknown color: approx Dark Green. HEX triplet: 03, 0D and 0C. RGB value is (3,13,12). Sum of RGB (Red+Green+Blue) = 3+13+12=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 13 (5.47% from 255 or 46.43% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 13 - color contains mainly: green. Hex color #030D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D0C is #FCF2F3. Grayscale: #090909. Windows color (decimal): -16577268 or 789763. OLE color: 789763.

HSL color Cylindrical-coordinate representation of color #030D0C: hue angle of 174º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #030D0C is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB31312-
CMYK0.7700.080.95
HSL174º62.5%3.14%-
HSV(B)174º76.92%5.1%-
XYZ0.250.330.4-
YUV9.9129.19123.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.71%
GREEN value IS 13 (5.47% from 255) = 46.43%
BLUE value IS 12 (5.08% from 255) = 42.86%
R=10.71%
G=46.43%
B=42.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal313120.7700.080.9517462.53.14
Hex3DC4D085Fae3e3
Octal31514115010137256763
Binary111101110010011010100010111111010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030D0C; }

 p { color: rgb(3,13,12); }

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

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

 a { background-color: rgb(3,13,12); }

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

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

 span { border-color: rgb(3,13,12); }

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