Html Css Color HEX #08311F Dark Green

📋 copy color: '#08311F'

red 8 ◦ green 49 ◦ blue 31

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

Shades of Dark Green #08311F

Tints of Dark Green #08311F

RGB

 RED value IS 8 (3.52% from 255) = 9.09%

 GREEN value IS 49 (19.53% from 255) = 55.68%

 BLUE value IS 31 (12.5% from 255) = 35.23%

R = 9.09%
G = 55.68%
B = 35.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#08311F (or 0x08311F) is known color: Dark Green. HEX triplet: 08, 31 and 1F. RGB value is (8,49,31). Sum of RGB (Red+Green+Blue) = 8+49+31=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #08311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08311F is #F7CEE0. Grayscale: #222222. Windows color (decimal): -16240353 or 2044168. OLE color: 2044168.

HSL color Cylindrical-coordinate representation of color #08311F: hue angle of 153.66º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08311F is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 49 31 -
CMYK 0.84 0 0.37 0.81
HSL 153.66º 0.72% 0.11% -
HSV(B) 153.66º 0.84% 0.19% -
XYZ 1.45 2.35 1.67 -
YUV 34.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 8 49 31 0.84 0 0.37 0.81 153.66 0.72 0.11
Hex 8 31 1F 54 0 25 51 9A 48 B
Octal 10 61 37 124 0 45 121 232 110 13
Binary 1000 110001 11111 1010100 0 100101 1010001 10011010 1001000 1011

Color Harmonies of #08311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08311F

Black with #08311F

Text Example


Text Example

White with #08311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08311F; }

 p { color: rgb(8,49,31); }

 H1.HeaderClassName
 {
   color: #08311F;
 }
 .AnyTagClassName
 {
   color: #08311F;
 }
</style>

background-color css

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

 a { background-color: rgb(8,49,31); }

 div.DivClassName
 {
   background-color: #08311F;
 }
 .BgClassName
 {
   background-color: #08311F;
 }
</style>

border-color css

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

 span { border-color: rgb(8,49,31); }

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