#031C0C

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

Shades of Dark Green #031C0C

Tints of Dark Green #031C0C

Color information

#031C0C (or 0x031C0C) is unknown color: approx Dark Green. HEX triplet: 03, 1C and 0C. RGB value is (3,28,12). Sum of RGB (Red+Green+Blue) = 3+28+12=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #031C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C0C is #FCE3F3. Grayscale: #121212. Windows color (decimal): -16573428 or 793603. OLE color: 793603.

HSL color Cylindrical-coordinate representation of color #031C0C: hue angle of 141.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C0C is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.

Color convert

RGB32812-
CMYK0.8900.570.89
HSL141.6º80.65%6.08%-
HSV(B)141.6º89.29%10.98%-
XYZ0.520.880.49-
YUV18.7124.22116.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.98%
GREEN value IS 28 (11.33% from 255) = 65.12%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=6.98%
G=65.12%
B=27.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal328120.8900.570.89141.680.656.08
Hex31CC59039598e516
Octal334141310711312161216
Binary11111001100101100101110011011001100011101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031C0C; }

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

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

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

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

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

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

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

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