#031A0C

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

Shades of Dark Green #031A0C

Tints of Dark Green #031A0C

Color information

#031A0C (or 0x031A0C) is unknown color: approx Dark Green. HEX triplet: 03, 1A and 0C. RGB value is (3,26,12). Sum of RGB (Red+Green+Blue) = 3+26+12=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 26 (10.55% from 255 or 63.41% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 26 - color contains mainly: green. Hex color #031A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A0C is #FCE5F3. Grayscale: #111111. Windows color (decimal): -16573940 or 793091. OLE color: 793091.

HSL color Cylindrical-coordinate representation of color #031A0C: hue angle of 143.48º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031A0C is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB32612-
CMYK0.8800.540.90
HSL143.48º79.31%5.69%-
HSV(B)143.48º88.46%10.2%-
XYZ0.470.780.47-
YUV17.53124.88117.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 26 (10.55% from 255) = 63.41%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=7.32%
G=63.41%
B=29.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal326120.8800.540.90143.4879.315.69
Hex31AC580365A8f4f6
Octal332141300661322171176
Binary11110101100101100001101101011010100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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