Html Css Color HEX #081210 Dark Green

📋 copy color: '#081210'

red 8 ◦ green 18 ◦ blue 16

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

Shades of Dark Green #081210

Tints of Dark Green #081210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 42.86%

 BLUE value IS 16 (6.64% from 255) = 38.1%

R = 19.05%
G = 42.86%
B = 38.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#081210 (or 0x081210) is known color: Dark Green. HEX triplet: 08, 12 and 10. RGB value is (8,18,16). Sum of RGB (Red+Green+Blue) = 8+18+16=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #081210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081210 is #F7EDEF. Grayscale: #0E0E0E. Windows color (decimal): -16248304 or 1053192. OLE color: 1053192.

HSL color Cylindrical-coordinate representation of color #081210: hue angle of 168º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #081210 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 18 16 -
CMYK 0.56 0 0.11 0.93
HSL 168º 0.38% 0.05% -
HSV(B) 168º 0.56% 0.07% -
XYZ 0.41 0.52 0.57 -
YUV 14.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 8 18 16 0.56 0 0.11 0.93 168 0.38 0.05
Hex 8 12 10 38 0 B 5D A8 26 5
Octal 10 22 20 70 0 13 135 250 46 5
Binary 1000 10010 10000 111000 0 1011 1011101 10101000 100110 101

Color Harmonies of #081210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081210

Black with #081210

Text Example


Text Example

White with #081210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081210; }

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

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

background-color css

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

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

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

border-color css

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

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

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