Html Css Color HEX #08130E Dark Green

📋 copy color: '#08130E'

red 8 ◦ green 19 ◦ blue 14

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

Shades of Dark Green #08130E

Tints of Dark Green #08130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 46.34%

 BLUE value IS 14 (5.86% from 255) = 34.15%

R = 19.51%
G = 46.34%
B = 34.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#08130E (or 0x08130E) is known color: Dark Green. HEX triplet: 08, 13 and 0E. RGB value is (8,19,14). Sum of RGB (Red+Green+Blue) = 8+19+14=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #08130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08130E is #F7ECF1. Grayscale: #0F0F0F. Windows color (decimal): -16248050 or 922376. OLE color: 922376.

HSL color Cylindrical-coordinate representation of color #08130E: hue angle of 152.73º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #08130E is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 19 14 -
CMYK 0.58 0 0.26 0.93
HSL 152.73º 0.41% 0.05% -
HSV(B) 152.73º 0.58% 0.07% -
XYZ 0.41 0.55 0.5 -
YUV 15.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 8 19 14 0.58 0 0.26 0.93 152.73 0.41 0.05
Hex 8 13 E 3A 0 1A 5D 99 29 5
Octal 10 23 16 72 0 32 135 231 51 5
Binary 1000 10011 1110 111010 0 11010 1011101 10011001 101001 101

Color Harmonies of #08130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08130E

Black with #08130E

Text Example


Text Example

White with #08130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08130E; }

 p { color: rgb(8,19,14); }

 H1.HeaderClassName
 {
   color: #08130E;
 }
 .AnyTagClassName
 {
   color: #08130E;
 }
</style>

background-color css

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

 a { background-color: rgb(8,19,14); }

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

border-color css

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

 span { border-color: rgb(8,19,14); }

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