Html Css Color HEX #042B2E Nordic

📋 copy color: '#042B2E'

red 4 ◦ green 43 ◦ blue 46

#042B2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #042B2E

Tints of Nordic #042B2E

RGB

 RED value IS 4 (1.95% from 255) = 4.3%

 GREEN value IS 43 (17.19% from 255) = 46.24%

 BLUE value IS 46 (18.36% from 255) = 49.46%

R = 4.3%
G = 46.24%
B = 49.46%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#042B2E (or 0x042B2E) is known color: Nordic. HEX triplet: 04, 2B and 2E. RGB value is (4,43,46). Sum of RGB (Red+Green+Blue) = 4+43+46=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #042B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B2E is #FBD4D1. Grayscale: #1F1F1F. Windows color (decimal): -16504018 or 3025668. OLE color: 3025668.

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

Color convert

RGB 4 43 46 -
CMYK 0.91 0.07 0 0.82
HSL 184.29º 0.84% 0.1% -
HSV(B) 184.29º 0.91% 0.18% -
XYZ 1.41 1.95 2.89 -
YUV 31.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 4 43 46 0.91 0.07 0 0.82 184.29 0.84 0.1
Hex 4 2B 2E 5B 7 0 52 B8 54 A
Octal 4 53 56 133 7 0 122 270 124 12
Binary 100 101011 101110 1011011 111 0 1010010 10111000 1010100 1010

Color Harmonies of #042B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B2E

Black with #042B2E

Text Example


Text Example

White with #042B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #042B2E;
 }
 .AnyTagClassName
 {
   color: #042B2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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