#082F27

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

Shades of Dark Green #082F27

Tints of Dark Green #082F27

Color information

#082F27 (or 0x082F27) is unknown color: approx Dark Green. HEX triplet: 08, 2F and 27. RGB value is (8,47,39). Sum of RGB (Red+Green+Blue) = 8+47+39=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #082F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F27 is #F7D0D8. Grayscale: #222222. Windows color (decimal): -16240857 or 2567944. OLE color: 2567944.

HSL color Cylindrical-coordinate representation of color #082F27: hue angle of 167.69º 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 #082F27 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB84739-
CMYK0.8300.170.82
HSL167.69º70.91%10.78%-
HSV(B)167.69º82.98%18.43%-
XYZ1.482.232.27-
YUV34.43130.58109.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 47 (18.75% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=8.51%
G=50%
B=41.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal847390.8300.170.82167.6970.9110.78
Hex82F275301152a847b
Octal10574712302112225010713
Binary1000101111100111101001101000110100101010100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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