#042B2F

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

Shades of Nordic #042B2F

Tints of Nordic #042B2F

Color information

#042B2F (or 0x042B2F) is unknown color: approx Nordic. HEX triplet: 04, 2B and 2F. RGB value is (4,43,47). Sum of RGB (Red+Green+Blue) = 4+43+47=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #042B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B2F is #FBD4D0. Grayscale: #1F1F1F. Windows color (decimal): -16504017 or 3091204. OLE color: 3091204.

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

Color convert

RGB44347-
CMYK0.910.0900.82
HSL185.58º84.31%10%-
HSV(B)185.58º91.49%18.43%-
XYZ1.431.962.99-
YUV31.8136.58108.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 43 (17.19% from 255) = 45.74%
BLUE value IS 47 (18.75% from 255) = 50%
R=4.26%
G=45.74%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal443470.910.0900.82185.5884.3110
Hex42B2F5B9052ba54a
Octal4535713311012227212412
Binary10010101110111110110111001010100101011101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,43,47); }

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

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

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

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

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

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

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