#052A2F

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

Shades of Nordic #052A2F

Tints of Nordic #052A2F

Color information

#052A2F (or 0x052A2F) is unknown color: approx Nordic. HEX triplet: 05, 2A and 2F. RGB value is (5,42,47). Sum of RGB (Red+Green+Blue) = 5+42+47=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #052A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A2F is #FAD5D0. Grayscale: #1F1F1F. Windows color (decimal): -16438737 or 3090949. OLE color: 3090949.

HSL color Cylindrical-coordinate representation of color #052A2F: hue angle of 187.14º 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 #052A2F is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB54247-
CMYK0.890.1100.82
HSL187.14º80.77%10.2%-
HSV(B)187.14º89.36%18.43%-
XYZ1.41.892.98-
YUV31.51136.74109.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 42 (16.80% from 255) = 44.68%
BLUE value IS 47 (18.75% from 255) = 50%
R=5.32%
G=44.68%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal542470.890.1100.82187.1480.7710.2
Hex52A2F59B052bb51a
Octal5525713113012227312112
Binary10110101010111110110011011010100101011101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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