Html Css Color HEX #042F32 Nordic

📋 copy color: '#042F32'

red 4 ◦ green 47 ◦ blue 50

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

Shades of Nordic #042F32

Tints of Nordic #042F32

RGB

 RED value IS 4 (1.95% from 255) = 3.96%

 GREEN value IS 47 (18.75% from 255) = 46.53%

 BLUE value IS 50 (19.92% from 255) = 49.5%

R = 3.96%
G = 46.53%
B = 49.5%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#042F32 (or 0x042F32) is known color: Nordic. HEX triplet: 04, 2F and 32. RGB value is (4,47,50). Sum of RGB (Red+Green+Blue) = 4+47+50=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #042F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F32 is #FBD0CD. Grayscale: #222222. Windows color (decimal): -16502990 or 3288836. OLE color: 3288836.

HSL color Cylindrical-coordinate representation of color #042F32: hue angle of 183.91º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042F32 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 47 50 -
CMYK 0.92 0.06 0 0.80
HSL 183.91º 0.85% 0.11% -
HSV(B) 183.91º 0.92% 0.2% -
XYZ 1.64 2.29 3.37 -
YUV 34.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 4 47 50 0.92 0.06 0 0.80 183.91 0.85 0.11
Hex 4 2F 32 5C 6 0 50 B8 55 B
Octal 4 57 62 134 6 0 120 270 125 13
Binary 100 101111 110010 1011100 110 0 1010000 10111000 1010101 1011

Color Harmonies of #042F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F32

Black with #042F32

Text Example


Text Example

White with #042F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042F32; }

 p { color: rgb(4,47,50); }

 H1.HeaderClassName
 {
   color: #042F32;
 }
 .AnyTagClassName
 {
   color: #042F32;
 }
</style>

background-color css

<style>
 a { background-color: #042F32; }

 a { background-color: rgb(4,47,50); }

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

border-color css

<style>
 span { border-color: #042F32; }

 span { border-color: rgb(4,47,50); }

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