#042C2D

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

Shades of Nordic #042C2D

Tints of Nordic #042C2D

Color information

#042C2D (or 0x042C2D) is unknown color: approx Nordic. HEX triplet: 04, 2C and 2D. RGB value is (4,44,45). Sum of RGB (Red+Green+Blue) = 4+44+45=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #042C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C2D is #FBD3D2. Grayscale: #202020. Windows color (decimal): -16503763 or 2960388. OLE color: 2960388.

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

Color convert

RGB44445-
CMYK0.910.0200.82
HSL181.46º83.67%9.61%-
HSV(B)181.46º91.11%17.65%-
XYZ1.422.022.8-
YUV32.15135.25107.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 44 (17.58% from 255) = 47.31%
BLUE value IS 45 (17.97% from 255) = 48.39%
R=4.30%
G=47.31%
B=48.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal444450.910.0200.82181.4683.679.61
Hex42C2D5B2052b554a
Octal454551332012226512412
Binary100101100101101101101110010100101011010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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