#072f38

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

Shades of Nordic #072F38

Tints of Nordic #072F38

Color information

#072F38 (or 0x072F38) is unknown color: approx Nordic. HEX triplet: 07, 2F and 38. RGB value is (7,47,56). Sum of RGB (Red+Green+Blue) = 7+47+56=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #072F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F38 is #F8D0C7. Grayscale: #232323. Windows color (decimal): -16306376 or 3682055. OLE color: 3682055.

HSL color Cylindrical-coordinate representation of color #072F38: hue angle of 191.02º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072F38 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB74756-
CMYK0.880.1600.78
HSL191.02º77.78%12.35%-
HSV(B)191.02º87.5%21.96%-
XYZ1.822.364.1-
YUV36.07139.25107.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 56 (22.27% from 255) = 50.91%
R=6.36%
G=42.73%
B=50.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal747560.880.1600.78191.0277.7812.35
Hex72F38581004Ebf4ec
Octal7577013020011627711614
Binary111101111111000101100010000010011101011111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,47,56); }

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

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

 a { background-color: rgb(7,47,56); }

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

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

 span { border-color: rgb(7,47,56); }

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