#031508

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

Shades of Dark Green #031508

Tints of Dark Green #031508

Color information

#031508 (or 0x031508) is unknown color: approx Dark Green. HEX triplet: 03, 15 and 08. RGB value is (3,21,8). Sum of RGB (Red+Green+Blue) = 3+21+8=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 21 (8.59% from 255 or 65.62% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 21 - color contains mainly: green. Hex color #031508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031508 is #FCEAF7. Grayscale: #0E0E0E. Windows color (decimal): -16575224 or 529667. OLE color: 529667.

HSL color Cylindrical-coordinate representation of color #031508: hue angle of 136.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031508 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB3218-
CMYK0.8600.620.92
HSL136.67º75%4.71%-
HSV(B)136.67º85.71%8.24%-
XYZ0.350.570.32-
YUV14.14124.54120.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.38%
GREEN value IS 21 (8.59% from 255) = 65.62%
BLUE value IS 8 (3.52% from 255) = 25%
R=9.38%
G=65.62%
B=25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32180.8600.620.92136.67754.71
Hex31585603E5C894b5
Octal325101260761342111135
Binary11101011000101011001111101011100100010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031508; }

 p { color: rgb(3,21,8); }

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

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

 a { background-color: rgb(3,21,8); }

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

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

 span { border-color: rgb(3,21,8); }

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