#042F32

Color #042F32 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #042F32

Tints of Nordic #042F32

Color information

#042F32 (or 0x042F32) is unknown color: approx 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

RGB44750-
CMYK0.920.0600.80
HSL183.91º85.19%10.59%-
HSV(B)183.91º92%19.61%-
XYZ1.642.293.37-
YUV34.48136.75106.26-

RGB Variations

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

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.50%
R=3.96%
G=46.53%
B=49.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal447500.920.0600.80183.9185.1910.59
Hex42F325C6050b855b
Octal457621346012027012513
Binary1001011111100101011100110010100001011100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>