Html Css Color HEX #042C2F Nordic

📋 copy color: '#042C2F'

red 4 ◦ green 44 ◦ blue 47

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

Shades of Nordic #042C2F

Tints of Nordic #042C2F

RGB

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

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

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

R = 4.21%
G = 46.32%
B = 49.47%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#042C2F (or 0x042C2F) is known color: Nordic. HEX triplet: 04, 2C and 2F. RGB value is (4,44,47). Sum of RGB (Red+Green+Blue) = 4+44+47=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #042C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C2F is #FBD3D0. Grayscale: #202020. Windows color (decimal): -16503761 or 3091460. OLE color: 3091460.

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

Color convert

RGB 4 44 47 -
CMYK 0.91 0.06 0 0.82
HSL 184.19º 0.84% 0.1% -
HSV(B) 184.19º 0.91% 0.18% -
XYZ 1.46 2.03 3 -
YUV 32.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 4 44 47 0.91 0.06 0 0.82 184.19 0.84 0.1
Hex 4 2C 2F 5B 6 0 52 B8 54 A
Octal 4 54 57 133 6 0 122 270 124 12
Binary 100 101100 101111 1011011 110 0 1010010 10111000 1010100 1010

Color Harmonies of #042C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C2F

Black with #042C2F

Text Example


Text Example

White with #042C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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