#042A2C

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

Shades of Nordic #042A2C

Tints of Nordic #042A2C

Color information

#042A2C (or 0x042A2C) is unknown color: approx Nordic. HEX triplet: 04, 2A and 2C. RGB value is (4,42,44). Sum of RGB (Red+Green+Blue) = 4+42+44=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 42 (16.80% from 255 or 46.67% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #042A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A2C is #FBD5D3. Grayscale: #1E1E1E. Windows color (decimal): -16504276 or 2894340. OLE color: 2894340.

HSL color Cylindrical-coordinate representation of color #042A2C: hue angle of 183º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042A2C is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB44244-
CMYK0.910.0500.83
HSL183º83.33%9.41%-
HSV(B)183º90.91%17.25%-
XYZ1.331.862.67-
YUV30.87135.41108.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 42 (16.80% from 255) = 46.67%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=4.44%
G=46.67%
B=48.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal442440.910.0500.8318383.339.41
Hex42A2C5B5053b7539
Octal452541335012326712311
Binary1001010101011001011011101010100111011011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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