#031808

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

Shades of Dark Green #031808

Tints of Dark Green #031808

Color information

#031808 (or 0x031808) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 08. RGB value is (3,24,8). Sum of RGB (Red+Green+Blue) = 3+24+8=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #031808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031808 is #FCE7F7. Grayscale: #0F0F0F. Windows color (decimal): -16574456 or 530435. OLE color: 530435.

HSL color Cylindrical-coordinate representation of color #031808: hue angle of 134.29º 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 #031808 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB3248-
CMYK0.8800.670.91
HSL134.29º77.78%5.29%-
HSV(B)134.29º87.5%9.41%-
XYZ0.410.690.34-
YUV15.9123.54118.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 24 (9.77% from 255) = 68.57%
BLUE value IS 8 (3.52% from 255) = 22.86%
R=8.57%
G=68.57%
B=22.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32480.8800.670.91134.2977.785.29
Hex3188580435B864e5
Octal3301013001031332061165
Binary111100010001011000010000111011011100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031808; }

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

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

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

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

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

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

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

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