#052C2F

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

Shades of Nordic #052C2F

Tints of Nordic #052C2F

Color information

#052C2F (or 0x052C2F) is unknown color: approx Nordic. HEX triplet: 05, 2C and 2F. RGB value is (5,44,47). Sum of RGB (Red+Green+Blue) = 5+44+47=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #052C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C2F is #FAD3D0. Grayscale: #202020. Windows color (decimal): -16438225 or 3091461. OLE color: 3091461.

HSL color Cylindrical-coordinate representation of color #052C2F: hue angle of 184.29º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052C2F is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB54447-
CMYK0.890.0600.82
HSL184.29º80.77%10.2%-
HSV(B)184.29º89.36%18.43%-
XYZ1.482.043.01-
YUV32.68136.08108.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 44 (17.58% from 255) = 45.83%
BLUE value IS 47 (18.75% from 255) = 48.96%
R=5.21%
G=45.83%
B=48.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal544470.890.0600.82184.2980.7710.2
Hex52C2F596052b851a
Octal554571316012227012112
Binary1011011001011111011001110010100101011100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052C2F; }

 p { color: rgb(5,44,47); }

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

<style>
 a { background-color: #052C2F; }

 a { background-color: rgb(5,44,47); }

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

<style>
 span { border-color: #052C2F; }

 span { border-color: rgb(5,44,47); }

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