#031608

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

Shades of Dark Green #031608

Tints of Dark Green #031608

Color information

#031608 (or 0x031608) is unknown color: approx Dark Green. HEX triplet: 03, 16 and 08. RGB value is (3,22,8). Sum of RGB (Red+Green+Blue) = 3+22+8=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 22 (8.98% from 255 or 66.67% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 22 - color contains mainly: green. Hex color #031608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031608 is #FCE9F7. Grayscale: #0E0E0E. Windows color (decimal): -16574968 or 529923. OLE color: 529923.

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

Color convert

RGB3228-
CMYK0.8600.640.91
HSL135.79º76%4.9%-
HSV(B)135.79º86.36%8.63%-
XYZ0.370.610.33-
YUV14.72124.21119.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.09%
GREEN value IS 22 (8.98% from 255) = 66.67%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=9.09%
G=66.67%
B=24.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32280.8600.640.91135.79764.9
Hex3168560405B884c5
Octal3261012601001332101145
Binary111011010001010110010000001011011100010001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031608; }

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

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

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

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

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

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

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

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