#072B2E

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

Shades of Nordic #072B2E

Tints of Nordic #072B2E

Color information

#072B2E (or 0x072B2E) is unknown color: approx Nordic. HEX triplet: 07, 2B and 2E. RGB value is (7,43,46). Sum of RGB (Red+Green+Blue) = 7+43+46=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #072B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B2E is #F8D4D1. Grayscale: #202020. Windows color (decimal): -16307410 or 3025671. OLE color: 3025671.

HSL color Cylindrical-coordinate representation of color #072B2E: hue angle of 184.62º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072B2E is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB74346-
CMYK0.850.0700.82
HSL184.62º73.58%10.39%-
HSV(B)184.62º84.78%18.04%-
XYZ1.441.972.89-
YUV32.58135.57109.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 43 (17.19% from 255) = 44.79%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=7.29%
G=44.79%
B=47.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal743460.850.0700.82184.6273.5810.39
Hex72B2E557052b94aa
Octal753561257012227111212
Binary1111010111011101010101111010100101011100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072B2E; }

 p { color: rgb(7,43,46); }

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

<style>
 a { background-color: #072B2E; }

 a { background-color: rgb(7,43,46); }

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

<style>
 span { border-color: #072B2E; }

 span { border-color: rgb(7,43,46); }

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