Html Css Color HEX #052E2F Nordic

📋 copy color: '#052E2F'

red 5 ◦ green 46 ◦ blue 47

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

Shades of Nordic #052E2F

Tints of Nordic #052E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 46.94%

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

R = 5.1%
G = 46.94%
B = 47.96%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#052E2F (or 0x052E2F) is known color: Nordic. HEX triplet: 05, 2E and 2F. RGB value is (5,46,47). Sum of RGB (Red+Green+Blue) = 5+46+47=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #052E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E2F is #FAD1D0. Grayscale: #212121. Windows color (decimal): -16437713 or 3091973. OLE color: 3091973.

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

Color convert

RGB 5 46 47 -
CMYK 0.89 0.02 0 0.82
HSL 181.43º 0.81% 0.1% -
HSV(B) 181.43º 0.89% 0.18% -
XYZ 1.55 2.19 3.03 -
YUV 33.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 5 46 47 0.89 0.02 0 0.82 181.43 0.81 0.1
Hex 5 2E 2F 59 2 0 52 B5 51 A
Octal 5 56 57 131 2 0 122 265 121 12
Binary 101 101110 101111 1011001 10 0 1010010 10110101 1010001 1010

Color Harmonies of #052E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E2F

Black with #052E2F

Text Example


Text Example

White with #052E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #052E2F;
 }
 .AnyTagClassName
 {
   color: #052E2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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