#082F2B

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

Shades of Dark Green #082F2B

Tints of Dark Green #082F2B

Color information

#082F2B (or 0x082F2B) is unknown color: approx Dark Green. HEX triplet: 08, 2F and 2B. RGB value is (8,47,43). Sum of RGB (Red+Green+Blue) = 8+47+43=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 47 - color contains mainly: green. Hex color #082F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F2B is #F7D0D4. Grayscale: #222222. Windows color (decimal): -16240853 or 2830088. OLE color: 2830088.

HSL color Cylindrical-coordinate representation of color #082F2B: hue angle of 173.85º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082F2B is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB84743-
CMYK0.8300.090.82
HSL173.85º70.91%10.78%-
HSV(B)173.85º82.98%18.43%-
XYZ1.552.262.64-
YUV34.88132.58108.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 47 (18.75% from 255) = 47.96%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=8.16%
G=47.96%
B=43.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal847430.8300.090.82173.8570.9110.78
Hex82F2B530952ae47b
Octal10575312301112225610713
Binary100010111110101110100110100110100101010111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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