#023030

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

Shades of Nordic #023030

Tints of Nordic #023030

Color information

#023030 (or 0x023030) is unknown color: approx Nordic. HEX triplet: 02, 30 and 30. RGB value is (2,48,48). Sum of RGB (Red+Green+Blue) = 2+48+48=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #023030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023030 is #FDCFCF. Grayscale: #222222. Windows color (decimal): -16633808 or 3158018. OLE color: 3158018.

HSL color Cylindrical-coordinate representation of color #023030: hue angle of 180º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023030 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB24848-
CMYK0.96000.81
HSL180º92%9.8%-
HSV(B)180º95.83%18.82%-
XYZ1.622.343.16-
YUV34.25135.76105-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=2.04%
G=48.98%
B=48.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248480.96000.81180929.8
Hex23030600051b45ca
Octal260601400012126413412
Binary1011000011000011000000010100011011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023030; }

 p { color: rgb(2,48,48); }

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

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

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

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

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

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

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