#003030

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

Shades of Nordic #003030

Tints of Nordic #003030

Color information

#003030 (or 0x003030) is unknown color: approx 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

RGB04848-
CMYK1000.81
HSL180º100%9.41%-
HSV(B)180º100%18.82%-
XYZ1.592.333.16-
YUV33.65136.1104-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal048481000.811801009.41
Hex03030640051b4649
Octal060601440012126414411
Binary011000011000011001000010100011011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>