#082A1D

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

Shades of Dark Green #082A1D

Tints of Dark Green #082A1D

Color information

#082A1D (or 0x082A1D) is unknown color: approx Dark Green. HEX triplet: 08, 2A and 1D. RGB value is (8,42,29). Sum of RGB (Red+Green+Blue) = 8+42+29=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 42 (16.80% from 255 or 53.16% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 42 - color contains mainly: green. Hex color #082A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A1D is #F7D5E2. Grayscale: #1E1E1E. Windows color (decimal): -16242147 or 1911304. OLE color: 1911304.

HSL color Cylindrical-coordinate representation of color #082A1D: hue angle of 157.06º 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 #082A1D is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB84229-
CMYK0.8100.310.84
HSL157.06º68%9.8%-
HSV(B)157.06º80.95%16.47%-
XYZ1.151.81.45-
YUV30.35127.24112.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 42 (16.80% from 255) = 53.16%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=10.13%
G=53.16%
B=36.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal842290.8100.310.84157.06689.8
Hex82A1D5101F549d44a
Octal10523512103712423510412
Binary100010101011101101000101111110101001001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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