#082A1E

Color #082A1E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #082A1E

Tints of Dark Green #082A1E

Color information

#082A1E (or 0x082A1E) is unknown color: approx Dark Green. HEX triplet: 08, 2A and 1E. RGB value is (8,42,30). Sum of RGB (Red+Green+Blue) = 8+42+30=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 42 (16.80% from 255 or 52.5% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 42 - color contains mainly: green. Hex color #082A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A1E is #F7D5E1. Grayscale: #1E1E1E. Windows color (decimal): -16242146 or 1976840. OLE color: 1976840.

HSL color Cylindrical-coordinate representation of color #082A1E: hue angle of 158.82º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082A1E is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB84230-
CMYK0.8100.290.84
HSL158.82º68%9.8%-
HSV(B)158.82º80.95%16.47%-
XYZ1.161.81.51-
YUV30.47127.74111.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 42 (16.80% from 255) = 52.5%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=10%
G=52.5%
B=37.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal842300.8100.290.84158.82689.8
Hex82A1E5101D549f44a
Octal10523612103512423710412
Binary100010101011110101000101110110101001001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082A1E; }

 p { color: rgb(8,42,30); }

 H1.HeaderClassName
 {
   color: #082A1E;
 }
 .AnyTagClassName
 {
   color: #082A1E;
 }
</style>
background-color css

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

 a { background-color: rgb(8,42,30); }

 div.DivClassName
 {
   background-color: #082A1E;
 }
 .BgClassName
 {
   background-color: #082A1E;
 }
</style>
border-color css

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

 span { border-color: rgb(8,42,30); }

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