Html Css Color HEX #04302F Nordic

📋 copy color: '#04302F'

red 4 ◦ green 48 ◦ blue 47

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

Shades of Nordic #04302F

Tints of Nordic #04302F

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

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

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

Color convert

RGB 4 48 47 -
CMYK 0.92 0 0.02 0.81
HSL 178.64º 0.85% 0.1% -
HSV(B) 178.64º 0.92% 0.19% -
XYZ 1.62 2.34 3.06 -
YUV 34.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 4 48 47 0.92 0 0.02 0.81 178.64 0.85 0.1
Hex 4 30 2F 5C 0 2 51 B3 55 A
Octal 4 60 57 134 0 2 121 263 125 12
Binary 100 110000 101111 1011100 0 10 1010001 10110011 1010101 1010

Color Harmonies of #04302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04302F

Black with #04302F

Text Example


Text Example

White with #04302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04302F; }

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

 H1.HeaderClassName
 {
   color: #04302F;
 }
 .AnyTagClassName
 {
   color: #04302F;
 }
</style>

background-color css

<style>
 a { background-color: #04302F; }

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

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

border-color css

<style>
 span { border-color: #04302F; }

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

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