Html Css Color HEX #003030 Nordic

📋 copy color: '#003030'

red 0 ◦ green 48 ◦ blue 48

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

Shades of Nordic #003030

Tints of Nordic #003030

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 48 (19.14% from 255) = 50%

 BLUE value IS 48 (19.14% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#003030 (or 0x003030) is known color: Nordic. HEX triplet: 00, 30 and 30. RGB value is (0,48,48). Sum of RGB (Red+Green+Blue) = 0+48+48=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #003030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003030 is #FFCFCF. Grayscale: #212121. Windows color (decimal): -16764880 or 3158016. OLE color: 3158016.

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

Color convert

RGB 0 48 48 -
CMYK 1 0 0 0.81
HSL 180º 1% 0.09% -
HSV(B) 180º 1% 0.19% -
XYZ 1.59 2.33 3.16 -
YUV 33.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 0 48 48 1 0 0 0.81 180 1 0.09
Hex 0 30 30 64 0 0 51 B4 64 9
Octal 0 60 60 144 0 0 121 264 144 11
Binary 0 110000 110000 1100100 0 0 1010001 10110100 1100100 1001

Color Harmonies of #003030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003030

Black with #003030

Text Example


Text Example

White with #003030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003030; }

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

 H1.HeaderClassName
 {
   color: #003030;
 }
 .AnyTagClassName
 {
   color: #003030;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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