#04302F

Color #04302F Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #04302F

Tints of Nordic #04302F

Color information

#04302F (or 0x04302F) is unknown color: approx 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

RGB44847-
CMYK0.9200.020.81
HSL178.64º84.62%10.2%-
HSV(B)178.64º91.67%18.82%-
XYZ1.622.343.06-
YUV34.73134.92106.08-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448470.9200.020.81178.6484.6210.2
Hex4302F5C0251b355a
Octal460571340212126312512
Binary100110000101111101110001010100011011001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>