Html Css Color HEX #042F30 Nordic

📋 copy color: '#042F30'

red 4 ◦ green 47 ◦ blue 48

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

Shades of Nordic #042F30

Tints of Nordic #042F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 47.47%

 BLUE value IS 48 (19.14% from 255) = 48.48%

R = 4.04%
G = 47.47%
B = 48.48%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#042F30 (or 0x042F30) is known color: Nordic. HEX triplet: 04, 2F and 30. RGB value is (4,47,48). Sum of RGB (Red+Green+Blue) = 4+47+48=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #042F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F30 is #FBD0CF. Grayscale: #222222. Windows color (decimal): -16502992 or 3157764. OLE color: 3157764.

HSL color Cylindrical-coordinate representation of color #042F30: hue angle of 181.36º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042F30 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 47 48 -
CMYK 0.92 0.02 0 0.81
HSL 181.36º 0.85% 0.1% -
HSV(B) 181.36º 0.92% 0.19% -
XYZ 1.6 2.27 3.15 -
YUV 34.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 4 47 48 0.92 0.02 0 0.81 181.36 0.85 0.1
Hex 4 2F 30 5C 2 0 51 B5 55 A
Octal 4 57 60 134 2 0 121 265 125 12
Binary 100 101111 110000 1011100 10 0 1010001 10110101 1010101 1010

Color Harmonies of #042F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F30

Black with #042F30

Text Example


Text Example

White with #042F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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