#002B2D

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

Shades of Nordic #002B2D

Tints of Nordic #002B2D

Color information

#002B2D (or 0x002B2D) is unknown color: approx Nordic. HEX triplet: 00, 2B and 2D. RGB value is (0,43,45). Sum of RGB (Red+Green+Blue) = 0+43+45=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 43 (17.19% from 255 or 48.86% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #002B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B2D is #FFD4D2. Grayscale: #1E1E1E. Windows color (decimal): -16766163 or 2960128. OLE color: 2960128.

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

Color convert

RGB04345-
CMYK10.0400.82
HSL182.67º100%8.82%-
HSV(B)182.67º100%17.65%-
XYZ1.341.922.78-
YUV30.37136.25106.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 48.86%
BLUE value IS 45 (17.97% from 255) = 51.14%
R=0%
G=48.86%
B=51.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0434510.0400.82182.671008.82
Hex02B2D644052b7649
Octal053551444012226714411
Binary01010111011011100100100010100101011011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002B2D; }

 p { color: rgb(0,43,45); }

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

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

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

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

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

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

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