#031C0A

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

Shades of Dark Green #031C0A

Tints of Dark Green #031C0A

Color information

#031C0A (or 0x031C0A) is unknown color: approx Dark Green. HEX triplet: 03, 1C and 0A. RGB value is (3,28,10). Sum of RGB (Red+Green+Blue) = 3+28+10=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #031C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C0A is #FCE3F5. Grayscale: #121212. Windows color (decimal): -16573430 or 662531. OLE color: 662531.

HSL color Cylindrical-coordinate representation of color #031C0A: hue angle of 136.8º 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 #031C0A is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.

Color convert

RGB32810-
CMYK0.8900.640.89
HSL136.8º80.65%6.08%-
HSV(B)136.8º89.29%10.98%-
XYZ0.510.870.43-
YUV18.47123.22116.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 28 (11.33% from 255) = 68.29%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=7.32%
G=68.29%
B=24.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal328100.8900.640.89136.880.656.08
Hex31CA590405989516
Octal3341213101001312111216
Binary111110010101011001010000001011001100010011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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