#042D2D

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

Shades of Nordic #042D2D

Tints of Nordic #042D2D

Color information

#042D2D (or 0x042D2D) is unknown color: approx Nordic. HEX triplet: 04, 2D and 2D. RGB value is (4,45,45). Sum of RGB (Red+Green+Blue) = 4+45+45=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: green, blue. Hex color #042D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D2D is #FBD2D2. Grayscale: #202020. Windows color (decimal): -16503507 or 2960644. OLE color: 2960644.

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

Color convert

RGB44545-
CMYK0.91000.82
HSL180º83.67%9.61%-
HSV(B)180º91.11%17.65%-
XYZ1.462.092.81-
YUV32.74134.92107.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=4.26%
G=47.87%
B=47.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal445450.91000.8218083.679.61
Hex42D2D5B0052b454a
Octal455551330012226412412
Binary10010110110110110110110010100101011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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