Html Css Color HEX #043230 Nordic

📋 copy color: '#043230'

red 4 ◦ green 50 ◦ blue 48

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

Shades of Nordic #043230

Tints of Nordic #043230

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 value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#043230 (or 0x043230) is known color: 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

RGB 4 50 48 -
CMYK 0.92 0 0.04 0.80
HSL 177.39º 0.85% 0.11% -
HSV(B) 177.39º 0.92% 0.2% -
XYZ 1.72 2.52 3.19 -
YUV 36.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 4 50 48 0.92 0 0.04 0.80 177.39 0.85 0.11
Hex 4 32 30 5C 0 4 50 B1 55 B
Octal 4 62 60 134 0 4 120 261 125 13
Binary 100 110010 110000 1011100 0 100 1010000 10110001 1010101 1011

Color Harmonies of #043230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043230

Black with #043230

Text Example


Text Example

White with #043230

Text Example


Text Example

HTML Codes & Css Web 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>