#082F2E

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

Shades of Nordic #082F2E

Tints of Nordic #082F2E

Color information

#082F2E (or 0x082F2E) is unknown color: approx Nordic. HEX triplet: 08, 2F and 2E. RGB value is (8,47,46). Sum of RGB (Red+Green+Blue) = 8+47+46=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #082F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F2E is #F7D0D1. Grayscale: #232323. Windows color (decimal): -16240850 or 3026696. OLE color: 3026696.

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

Color convert

RGB84746-
CMYK0.8300.020.82
HSL178.46º70.91%10.78%-
HSV(B)178.46º82.98%18.43%-
XYZ1.612.282.94-
YUV35.22134.08108.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 47 (18.75% from 255) = 46.53%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=7.92%
G=46.53%
B=45.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal847460.8300.020.82178.4670.9110.78
Hex82F2E530252b247b
Octal1057561230212226210713
Binary1000101111101110101001101010100101011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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