#042C2E

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

Shades of Nordic #042C2E

Tints of Nordic #042C2E

Color information

#042C2E (or 0x042C2E) is unknown color: approx Nordic. HEX triplet: 04, 2C and 2E. RGB value is (4,44,46). Sum of RGB (Red+Green+Blue) = 4+44+46=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #042C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C2E is #FBD3D1. Grayscale: #202020. Windows color (decimal): -16503762 or 3025924. OLE color: 3025924.

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

Color convert

RGB44446-
CMYK0.910.0400.82
HSL182.86º84%9.8%-
HSV(B)182.86º91.3%18.04%-
XYZ1.442.022.9-
YUV32.27135.75107.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 44 (17.58% from 255) = 46.81%
BLUE value IS 46 (18.36% from 255) = 48.94%
R=4.26%
G=46.81%
B=48.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal444460.910.0400.82182.86849.8
Hex42C2E5B4052b754a
Octal454561334012226712412
Binary1001011001011101011011100010100101011011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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