#002B2F

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

Shades of Nordic #002B2F

Tints of Nordic #002B2F

Color information

#002B2F (or 0x002B2F) is unknown color: approx Nordic. HEX triplet: 00, 2B and 2F. RGB value is (0,43,47). Sum of RGB (Red+Green+Blue) = 0+43+47=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 43 (17.19% from 255 or 47.78% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #002B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B2F is #FFD4D0. Grayscale: #1E1E1E. Windows color (decimal): -16766161 or 3091200. OLE color: 3091200.

HSL color Cylindrical-coordinate representation of color #002B2F: hue angle of 185.11º 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 #002B2F is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB04347-
CMYK10.0900.82
HSL185.11º100%9.22%-
HSV(B)185.11º100%18.43%-
XYZ1.381.932.99-
YUV30.6137.25106.17-

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) = 47.78%
BLUE value IS 47 (18.75% from 255) = 52.22%
R=0%
G=47.78%
B=52.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0434710.0900.82185.111009.22
Hex02B2F649052b9649
Octal0535714411012227114411
Binary010101110111111001001001010100101011100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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