#043230

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

Shades of Nordic #043230

Tints of Nordic #043230

Color information

#043230 (or 0x043230) is unknown color: approx Nordic. HEX triplet: 04, 32 and 30. RGB value is (4,50,48). Sum of RGB (Red+Green+Blue) = 4+50+48=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #043230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043230 is #FBCDCF. Grayscale: #232323. Windows color (decimal): -16502224 or 3158532. OLE color: 3158532.

HSL color Cylindrical-coordinate representation of color #043230: hue angle of 177.39º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043230 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB45048-
CMYK0.9200.040.80
HSL177.39º85.19%10.59%-
HSV(B)177.39º92%19.61%-
XYZ1.722.523.19-
YUV36.02134.76105.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=3.92%
G=49.02%
B=47.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450480.9200.040.80177.3985.1910.59
Hex432305C0450b155b
Octal462601340412026112513
Binary1001100101100001011100010010100001011000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043230; }

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

 H1.HeaderClassName
 {
   color: #043230;
 }
 .AnyTagClassName
 {
   color: #043230;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #043230;
 }
 .BgClassName
 {
   background-color: #043230;
 }
</style>
border-color css

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

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

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