Html Css Color HEX #052E2D Nordic

📋 copy color: '#052E2D'

red 5 ◦ green 46 ◦ blue 45

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

Shades of Nordic #052E2D

Tints of Nordic #052E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 46.88%

R = 5.21%
G = 47.92%
B = 46.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.82

RGB Variations

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

Color information

#052E2D (or 0x052E2D) is known color: Nordic. HEX triplet: 05, 2E and 2D. RGB value is (5,46,45). Sum of RGB (Red+Green+Blue) = 5+46+45=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #052E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E2D is #FAD1D2. Grayscale: #212121. Windows color (decimal): -16437715 or 2960901. OLE color: 2960901.

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

Color convert

RGB 5 46 45 -
CMYK 0.89 0 0.02 0.82
HSL 178.54º 0.8% 0.1% -
HSV(B) 178.54º 0.89% 0.18% -
XYZ 1.51 2.18 2.82 -
YUV 33.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 5 46 45 0.89 0 0.02 0.82 178.54 0.8 0.1
Hex 5 2E 2D 59 0 2 52 B3 50 A
Octal 5 56 55 131 0 2 122 263 120 12
Binary 101 101110 101101 1011001 0 10 1010010 10110011 1010000 1010

Color Harmonies of #052E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E2D

Black with #052E2D

Text Example


Text Example

White with #052E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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