Html Css Color HEX #042A2F Nordic

📋 copy color: '#042A2F'

red 4 ◦ green 42 ◦ blue 47

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

Shades of Nordic #042A2F

Tints of Nordic #042A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 45.16%

 BLUE value IS 47 (18.75% from 255) = 50.54%

R = 4.3%
G = 45.16%
B = 50.54%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#042A2F (or 0x042A2F) is known color: Nordic. HEX triplet: 04, 2A and 2F. RGB value is (4,42,47). Sum of RGB (Red+Green+Blue) = 4+42+47=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #042A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A2F is #FBD5D0. Grayscale: #1F1F1F. Windows color (decimal): -16504273 or 3090948. OLE color: 3090948.

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

Color convert

RGB 4 42 47 -
CMYK 0.91 0.11 0 0.82
HSL 186.98º 0.84% 0.1% -
HSV(B) 186.98º 0.91% 0.18% -
XYZ 1.39 1.89 2.98 -
YUV 31.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 4 42 47 0.91 0.11 0 0.82 186.98 0.84 0.1
Hex 4 2A 2F 5B B 0 52 BB 54 A
Octal 4 52 57 133 13 0 122 273 124 12
Binary 100 101010 101111 1011011 1011 0 1010010 10111011 1010100 1010

Color Harmonies of #042A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A2F

Black with #042A2F

Text Example


Text Example

White with #042A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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