Html Css Color HEX #052A2F Nordic

📋 copy color: '#052A2F'

red 5 ◦ green 42 ◦ blue 47

#052A2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #052A2F

Tints of Nordic #052A2F

RGB

 RED value IS 5 (2.34% from 255) = 5.32%

 GREEN value IS 42 (16.8% from 255) = 44.68%

 BLUE value IS 47 (18.75% from 255) = 50%

R = 5.32%
G = 44.68%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#052A2F (or 0x052A2F) is known color: 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

RGB 5 42 47 -
CMYK 0.89 0.11 0 0.82
HSL 187.14º 0.81% 0.1% -
HSV(B) 187.14º 0.89% 0.18% -
XYZ 1.4 1.89 2.98 -
YUV 31.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 5 42 47 0.89 0.11 0 0.82 187.14 0.81 0.1
Hex 5 2A 2F 59 B 0 52 BB 51 A
Octal 5 52 57 131 13 0 122 273 121 12
Binary 101 101010 101111 1011001 1011 0 1010010 10111011 1010001 1010

Color Harmonies of #052A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A2F

Black with #052A2F

Text Example


Text Example

White with #052A2F

Text Example


Text Example

HTML Codes & Css Web 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>