Html Css Color HEX #082816 Dark Green

📋 copy color: '#082816'

red 8 ◦ green 40 ◦ blue 22

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

Shades of Dark Green #082816

Tints of Dark Green #082816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 57.14%

 BLUE value IS 22 (8.98% from 255) = 31.43%

R = 11.43%
G = 57.14%
B = 31.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.84

RGB Variations

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

Color information

#082816 (or 0x082816) is known color: Dark Green. HEX triplet: 08, 28 and 16. RGB value is (8,40,22). Sum of RGB (Red+Green+Blue) = 8+40+22=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #082816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082816 is #F7D7E9. Grayscale: #1C1C1C. Windows color (decimal): -16242666 or 1452040. OLE color: 1452040.

HSL color Cylindrical-coordinate representation of color #082816: hue angle of 146.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082816 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 40 22 -
CMYK 0.80 0 0.45 0.84
HSL 146.25º 0.67% 0.09% -
HSV(B) 146.25º 0.8% 0.16% -
XYZ 1 1.63 1.02 -
YUV 28.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 8 40 22 0.80 0 0.45 0.84 146.25 0.67 0.09
Hex 8 28 16 50 0 2D 54 92 43 9
Octal 10 50 26 120 0 55 124 222 103 11
Binary 1000 101000 10110 1010000 0 101101 1010100 10010010 1000011 1001

Color Harmonies of #082816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082816

Black with #082816

Text Example


Text Example

White with #082816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082816; }

 p { color: rgb(8,40,22); }

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

background-color css

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

 a { background-color: rgb(8,40,22); }

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

border-color css

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

 span { border-color: rgb(8,40,22); }

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