Html Css Color HEX #08341F Dark Green

📋 copy color: '#08341F'

red 8 ◦ green 52 ◦ blue 31

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

Shades of Dark Green #08341F

Tints of Dark Green #08341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 57.14%

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

R = 8.79%
G = 57.14%
B = 34.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#08341F (or 0x08341F) is known color: Dark Green. HEX triplet: 08, 34 and 1F. RGB value is (8,52,31). Sum of RGB (Red+Green+Blue) = 8+52+31=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #08341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08341F is #F7CBE0. Grayscale: #242424. Windows color (decimal): -16239585 or 2044936. OLE color: 2044936.

HSL color Cylindrical-coordinate representation of color #08341F: hue angle of 151.36º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08341F is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 52 31 -
CMYK 0.85 0 0.40 0.80
HSL 151.36º 0.73% 0.12% -
HSV(B) 151.36º 0.85% 0.2% -
XYZ 1.58 2.61 1.72 -
YUV 36.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 8 52 31 0.85 0 0.40 0.80 151.36 0.73 0.12
Hex 8 34 1F 55 0 28 50 97 49 C
Octal 10 64 37 125 0 50 120 227 111 14
Binary 1000 110100 11111 1010101 0 101000 1010000 10010111 1001001 1100

Color Harmonies of #08341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08341F

Black with #08341F

Text Example


Text Example

White with #08341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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