#072D2F

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

Shades of Nordic #072D2F

Tints of Nordic #072D2F

Color information

#072D2F (or 0x072D2F) is unknown color: approx Nordic. HEX triplet: 07, 2D and 2F. RGB value is (7,45,47). Sum of RGB (Red+Green+Blue) = 7+45+47=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #072D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D2F is #F8D2D0. Grayscale: #212121. Windows color (decimal): -16306897 or 3091719. OLE color: 3091719.

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

Color convert

RGB74547-
CMYK0.850.0400.82
HSL183º74.07%10.59%-
HSV(B)183º85.11%18.43%-
XYZ1.542.133.02-
YUV33.87135.41108.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 45 (17.97% from 255) = 45.45%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=7.07%
G=45.45%
B=47.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal745470.850.0400.8218374.0710.59
Hex72D2F554052b74ab
Octal755571254012226711213
Binary1111011011011111010101100010100101011011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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