Html Css Color HEX #052D2F Nordic

📋 copy color: '#052D2F'

red 5 ◦ green 45 ◦ blue 47

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

Shades of Nordic #052D2F

Tints of Nordic #052D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 46.39%

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

R = 5.15%
G = 46.39%
B = 48.45%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#052D2F (or 0x052D2F) is known color: Nordic. HEX triplet: 05, 2D and 2F. RGB value is (5,45,47). Sum of RGB (Red+Green+Blue) = 5+45+47=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #052D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D2F is #FAD2D0. Grayscale: #212121. Windows color (decimal): -16437969 or 3091717. OLE color: 3091717.

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

Color convert

RGB 5 45 47 -
CMYK 0.89 0.04 0 0.82
HSL 182.86º 0.81% 0.1% -
HSV(B) 182.86º 0.89% 0.18% -
XYZ 1.51 2.11 3.02 -
YUV 33.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 5 45 47 0.89 0.04 0 0.82 182.86 0.81 0.1
Hex 5 2D 2F 59 4 0 52 B7 51 A
Octal 5 55 57 131 4 0 122 267 121 12
Binary 101 101101 101111 1011001 100 0 1010010 10110111 1010001 1010

Color Harmonies of #052D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D2F

Black with #052D2F

Text Example


Text Example

White with #052D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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