#082E30

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

Shades of Nordic #082E30

Tints of Nordic #082E30

Color information

#082E30 (or 0x082E30) is unknown color: approx Nordic. HEX triplet: 08, 2E and 30. RGB value is (8,46,48). Sum of RGB (Red+Green+Blue) = 8+46+48=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #082E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E30 is #F7D1CF. Grayscale: #222222. Windows color (decimal): -16241104 or 3157512. OLE color: 3157512.

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

Color convert

RGB84648-
CMYK0.830.0400.81
HSL183º71.43%10.98%-
HSV(B)183º83.33%18.82%-
XYZ1.612.223.14-
YUV34.87135.41108.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=7.84%
G=45.10%
B=47.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal846480.830.0400.8118371.4310.98
Hex82E30534051b747b
Octal1056601234012126710713
Binary10001011101100001010011100010100011011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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