#03120B

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

Shades of Dark Green #03120B

Tints of Dark Green #03120B

Color information

#03120B (or 0x03120B) is unknown color: approx Dark Green. HEX triplet: 03, 12 and 0B. RGB value is (3,18,11). Sum of RGB (Red+Green+Blue) = 3+18+11=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #03120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03120B is #FCEDF4. Grayscale: #0C0C0C. Windows color (decimal): -16575989 or 725507. OLE color: 725507.

HSL color Cylindrical-coordinate representation of color #03120B: hue angle of 152º 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 #03120B is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB31811-
CMYK0.8300.390.93
HSL152º71.43%4.12%-
HSV(B)152º83.33%7.06%-
XYZ0.310.480.39-
YUV12.72127.03121.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.38%
GREEN value IS 18 (7.42% from 255) = 56.25%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=9.38%
G=56.25%
B=34.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal318110.8300.390.9315271.434.12
Hex312B530275D98474
Octal322131230471352301074
Binary11100101011101001101001111011101100110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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