Html Css Color HEX #08140D Dark Green

📋 copy color: '#08140D'

red 8 ◦ green 20 ◦ blue 13

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

Shades of Dark Green #08140D

Tints of Dark Green #08140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 48.78%

 BLUE value IS 13 (5.47% from 255) = 31.71%

R = 19.51%
G = 48.78%
B = 31.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#08140D (or 0x08140D) is known color: Dark Green. HEX triplet: 08, 14 and 0D. RGB value is (8,20,13). Sum of RGB (Red+Green+Blue) = 8+20+13=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #08140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08140D is #F7EBF2. Grayscale: #0F0F0F. Windows color (decimal): -16247795 or 857096. OLE color: 857096.

HSL color Cylindrical-coordinate representation of color #08140D: hue angle of 145º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #08140D is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 20 13 -
CMYK 0.60 0 0.35 0.92
HSL 145º 0.43% 0.05% -
HSV(B) 145º 0.6% 0.08% -
XYZ 0.42 0.58 0.47 -
YUV 15.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 8 20 13 0.60 0 0.35 0.92 145 0.43 0.05
Hex 8 14 D 3C 0 23 5C 91 2B 5
Octal 10 24 15 74 0 43 134 221 53 5
Binary 1000 10100 1101 111100 0 100011 1011100 10010001 101011 101

Color Harmonies of #08140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08140D

Black with #08140D

Text Example


Text Example

White with #08140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08140D; }

 p { color: rgb(8,20,13); }

 H1.HeaderClassName
 {
   color: #08140D;
 }
 .AnyTagClassName
 {
   color: #08140D;
 }
</style>

background-color css

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

 a { background-color: rgb(8,20,13); }

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

border-color css

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

 span { border-color: rgb(8,20,13); }

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