#031C10

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

Shades of Dark Green #031C10

Tints of Dark Green #031C10

Color information

#031C10 (or 0x031C10) is unknown color: approx Dark Green. HEX triplet: 03, 1C and 10. RGB value is (3,28,16). Sum of RGB (Red+Green+Blue) = 3+28+16=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #031C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C10 is #FCE3EF. Grayscale: #131313. Windows color (decimal): -16573424 or 1055747. OLE color: 1055747.

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

Color convert

RGB32816-
CMYK0.8900.430.89
HSL151.2º80.65%6.08%-
HSV(B)151.2º89.29%10.98%-
XYZ0.550.890.63-
YUV19.16126.22116.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=6.38%
G=59.57%
B=34.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal328160.8900.430.89151.280.656.08
Hex31C105902B5997516
Octal334201310531312271216
Binary111110010000101100101010111011001100101111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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