#072C2D

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

Shades of Nordic #072C2D

Tints of Nordic #072C2D

Color information

#072C2D (or 0x072C2D) is unknown color: approx Nordic. HEX triplet: 07, 2C and 2D. RGB value is (7,44,45). Sum of RGB (Red+Green+Blue) = 7+44+45=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #072C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C2D is #F8D3D2. Grayscale: #212121. Windows color (decimal): -16307155 or 2960391. OLE color: 2960391.

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

Color convert

RGB74445-
CMYK0.840.0200.82
HSL181.58º73.08%10.2%-
HSV(B)181.58º84.44%17.65%-
XYZ1.462.042.8-
YUV33.05134.74109.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 44 (17.58% from 255) = 45.83%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=7.29%
G=45.83%
B=46.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal744450.840.0200.82181.5873.0810.2
Hex72C2D542052b649a
Octal754551242012226611112
Binary111101100101101101010010010100101011011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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