#082B1C

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

Shades of Dark Green #082B1C

Tints of Dark Green #082B1C

Color information

#082B1C (or 0x082B1C) is unknown color: approx Dark Green. HEX triplet: 08, 2B and 1C. RGB value is (8,43,28). Sum of RGB (Red+Green+Blue) = 8+43+28=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 43 (17.19% from 255 or 54.43% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 43 - color contains mainly: green. Hex color #082B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B1C is #F7D4E3. Grayscale: #1E1E1E. Windows color (decimal): -16241892 or 1846024. OLE color: 1846024.

HSL color Cylindrical-coordinate representation of color #082B1C: hue angle of 154.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082B1C is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.

Color convert

RGB84328-
CMYK0.8100.350.83
HSL154.29º68.63%10%-
HSV(B)154.29º81.4%16.86%-
XYZ1.171.861.4-
YUV30.82126.4111.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 43 (17.19% from 255) = 54.43%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=10.13%
G=54.43%
B=35.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal843280.8100.350.83154.2968.6310
Hex82B1C51023539a45a
Octal10533412104312323210512
Binary1000101011111001010001010001110100111001101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,43,28); }

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

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

 a { background-color: rgb(8,43,28); }

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

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

 span { border-color: rgb(8,43,28); }

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