#042B2E

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

Shades of Nordic #042B2E

Tints of Nordic #042B2E

Color information

#042B2E (or 0x042B2E) is unknown color: approx Nordic. HEX triplet: 04, 2B and 2E. RGB value is (4,43,46). Sum of RGB (Red+Green+Blue) = 4+43+46=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #042B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B2E is #FBD4D1. Grayscale: #1F1F1F. Windows color (decimal): -16504018 or 3025668. OLE color: 3025668.

HSL color Cylindrical-coordinate representation of color #042B2E: hue angle of 184.29º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042B2E is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB44346-
CMYK0.910.0700.82
HSL184.29º84%9.8%-
HSV(B)184.29º91.3%18.04%-
XYZ1.411.952.89-
YUV31.68136.08108.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 43 (17.19% from 255) = 46.24%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=4.30%
G=46.24%
B=49.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal443460.910.0700.82184.29849.8
Hex42B2E5B7052b854a
Octal453561337012227012412
Binary1001010111011101011011111010100101011100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,43,46); }

 H1.HeaderClassName
 {
   color: #042B2E;
 }
 .AnyTagClassName
 {
   color: #042B2E;
 }
</style>
background-color css

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

 a { background-color: rgb(4,43,46); }

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

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

 span { border-color: rgb(4,43,46); }

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