Html Css Color HEX #081512 Dark Green

📋 copy color: '#081512'

red 8 ◦ green 21 ◦ blue 18

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

Shades of Dark Green #081512

Tints of Dark Green #081512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 44.68%

 BLUE value IS 18 (7.42% from 255) = 38.3%

R = 17.02%
G = 44.68%
B = 38.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#081512 (or 0x081512) is known color: Dark Green. HEX triplet: 08, 15 and 12. RGB value is (8,21,18). Sum of RGB (Red+Green+Blue) = 8+21+18=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #081512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081512 is #F7EAED. Grayscale: #101010. Windows color (decimal): -16247534 or 1185032. OLE color: 1185032.

HSL color Cylindrical-coordinate representation of color #081512: hue angle of 166.15º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #081512 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 21 18 -
CMYK 0.62 0 0.14 0.92
HSL 166.15º 0.45% 0.06% -
HSV(B) 166.15º 0.62% 0.08% -
XYZ 0.48 0.63 0.67 -
YUV 16.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 8 21 18 0.62 0 0.14 0.92 166.15 0.45 0.06
Hex 8 15 12 3E 0 E 5C A6 2D 6
Octal 10 25 22 76 0 16 134 246 55 6
Binary 1000 10101 10010 111110 0 1110 1011100 10100110 101101 110

Color Harmonies of #081512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081512

Black with #081512

Text Example


Text Example

White with #081512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081512; }

 p { color: rgb(8,21,18); }

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

background-color css

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

 a { background-color: rgb(8,21,18); }

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

border-color css

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

 span { border-color: rgb(8,21,18); }

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