#03120A

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

Shades of Dark Green #03120A

Tints of Dark Green #03120A

Color information

#03120A (or 0x03120A) is unknown color: approx Dark Green. HEX triplet: 03, 12 and 0A. RGB value is (3,18,10). Sum of RGB (Red+Green+Blue) = 3+18+10=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #03120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03120A is #FCEDF5. Grayscale: #0C0C0C. Windows color (decimal): -16575990 or 659971. OLE color: 659971.

HSL color Cylindrical-coordinate representation of color #03120A: hue angle of 148º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #03120A is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB31810-
CMYK0.8300.440.93
HSL148º71.43%4.12%-
HSV(B)148º83.33%7.06%-
XYZ0.310.470.36-
YUV12.6126.53121.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 18 (7.42% from 255) = 58.06%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=9.68%
G=58.06%
B=32.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal318100.8300.440.9314871.434.12
Hex312A5302C5D94474
Octal322121230541352241074
Binary11100101010101001101011001011101100101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03120A; }

 p { color: rgb(3,18,10); }

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

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

 a { background-color: rgb(3,18,10); }

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

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

 span { border-color: rgb(3,18,10); }

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