Html Css Color HEX #08180E Dark Green

📋 copy color: '#08180E'

red 8 ◦ green 24 ◦ blue 14

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

Shades of Dark Green #08180E

Tints of Dark Green #08180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 52.17%

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

R = 17.39%
G = 52.17%
B = 30.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#08180E (or 0x08180E) is known color: Dark Green. HEX triplet: 08, 18 and 0E. RGB value is (8,24,14). Sum of RGB (Red+Green+Blue) = 8+24+14=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #08180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180E is #F7E7F1. Grayscale: #121212. Windows color (decimal): -16246770 or 923656. OLE color: 923656.

HSL color Cylindrical-coordinate representation of color #08180E: hue angle of 142.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #08180E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 24 14 -
CMYK 0.67 0 0.42 0.91
HSL 142.5º 0.5% 0.06% -
HSV(B) 142.5º 0.67% 0.09% -
XYZ 0.51 0.74 0.53 -
YUV 18.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 8 24 14 0.67 0 0.42 0.91 142.5 0.5 0.06
Hex 8 18 E 43 0 2A 5B 8E 32 6
Octal 10 30 16 103 0 52 133 216 62 6
Binary 1000 11000 1110 1000011 0 101010 1011011 10001110 110010 110

Color Harmonies of #08180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08180E

Black with #08180E

Text Example


Text Example

White with #08180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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