#042E2E

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

Shades of Nordic #042E2E

Tints of Nordic #042E2E

Color information

#042E2E (or 0x042E2E) is unknown color: approx Nordic. HEX triplet: 04, 2E and 2E. RGB value is (4,46,46). Sum of RGB (Red+Green+Blue) = 4+46+46=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: green, blue. Hex color #042E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E2E is #FBD1D1. Grayscale: #212121. Windows color (decimal): -16503250 or 3026436. OLE color: 3026436.

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

Color convert

RGB44646-
CMYK0.91000.82
HSL180º84%9.8%-
HSV(B)180º91.3%18.04%-
XYZ1.522.182.92-
YUV33.44135.09107-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 46 (18.36% from 255) = 47.92%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=4.17%
G=47.92%
B=47.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446460.91000.82180849.8
Hex42E2E5B0052b454a
Octal456561330012226412412
Binary10010111010111010110110010100101011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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