#031810

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

Shades of Dark Green #031810

Tints of Dark Green #031810

Color information

#031810 (or 0x031810) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 10. RGB value is (3,24,16). Sum of RGB (Red+Green+Blue) = 3+24+16=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #031810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031810 is #FCE7EF. Grayscale: #101010. Windows color (decimal): -16574448 or 1054723. OLE color: 1054723.

HSL color Cylindrical-coordinate representation of color #031810: hue angle of 157.14º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031810 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB32416-
CMYK0.8800.330.91
HSL157.14º77.78%5.29%-
HSV(B)157.14º87.5%9.41%-
XYZ0.460.710.6-
YUV16.81127.54118.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.98%
GREEN value IS 24 (9.77% from 255) = 55.81%
BLUE value IS 16 (6.64% from 255) = 37.21%
R=6.98%
G=55.81%
B=37.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal324160.8800.330.91157.1477.785.29
Hex31810580215B9d4e5
Octal330201300411332351165
Binary111100010000101100001000011011011100111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031810; }

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

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

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

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

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

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

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

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