Html Css Color HEX #042C30 Nordic

📋 copy color: '#042C30'

red 4 ◦ green 44 ◦ blue 48

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

Shades of Nordic #042C30

Tints of Nordic #042C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 45.83%

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

R = 4.17%
G = 45.83%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#042C30 (or 0x042C30) is known color: Nordic. HEX triplet: 04, 2C and 30. RGB value is (4,44,48). Sum of RGB (Red+Green+Blue) = 4+44+48=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #042C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C30 is #FBD3CF. Grayscale: #202020. Windows color (decimal): -16503760 or 3156996. OLE color: 3156996.

HSL color Cylindrical-coordinate representation of color #042C30: hue angle of 185.45º 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 #042C30 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 44 48 -
CMYK 0.92 0.08 0 0.81
HSL 185.45º 0.85% 0.1% -
HSV(B) 185.45º 0.92% 0.19% -
XYZ 1.48 2.04 3.11 -
YUV 32.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 4 44 48 0.92 0.08 0 0.81 185.45 0.85 0.1
Hex 4 2C 30 5C 8 0 51 B9 55 A
Octal 4 54 60 134 10 0 121 271 125 12
Binary 100 101100 110000 1011100 1000 0 1010001 10111001 1010101 1010

Color Harmonies of #042C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C30

Black with #042C30

Text Example


Text Example

White with #042C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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