Html Css Color HEX #031508 Dark Green

📋 copy color: '#031508'

red 3 ◦ green 21 ◦ blue 8

#031508
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #031508

Tints of Dark Green #031508

RGB

 RED value IS 3 (1.56% from 255) = 9.38%

 GREEN value IS 21 (8.59% from 255) = 65.63%

 BLUE value IS 8 (3.52% from 255) = 25%

R = 9.38%
G = 65.63%
B = 25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#031508 (or 0x031508) is known color: 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

RGB 3 21 8 -
CMYK 0.86 0 0.62 0.92
HSL 136.67º 0.75% 0.05% -
HSV(B) 136.67º 0.86% 0.08% -
XYZ 0.35 0.57 0.32 -
YUV 14.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 3 21 8 0.86 0 0.62 0.92 136.67 0.75 0.05
Hex 3 15 8 56 0 3E 5C 89 4B 5
Octal 3 25 10 126 0 76 134 211 113 5
Binary 11 10101 1000 1010110 0 111110 1011100 10001001 1001011 101

Color Harmonies of #031508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031508

Black with #031508

Text Example


Text Example

White with #031508

Text Example


Text Example

HTML Codes & Css Web 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>