Html Css Color HEX #023030 Nordic

📋 copy color: '#023030'

red 2 ◦ green 48 ◦ blue 48

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

Shades of Nordic #023030

Tints of Nordic #023030

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

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 2 48 48 -
CMYK 0.96 0 0 0.81
HSL 180º 0.92% 0.1% -
HSV(B) 180º 0.96% 0.19% -
XYZ 1.62 2.34 3.16 -
YUV 34.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 2 48 48 0.96 0 0 0.81 180 0.92 0.1
Hex 2 30 30 60 0 0 51 B4 5C A
Octal 2 60 60 140 0 0 121 264 134 12
Binary 10 110000 110000 1100000 0 0 1010001 10110100 1011100 1010

Color Harmonies of #023030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023030

Black with #023030

Text Example


Text Example

White with #023030

Text Example


Text Example

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