#002D2F

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

Shades of Nordic #002D2F

Tints of Nordic #002D2F

Color information

#002D2F (or 0x002D2F) is unknown color: approx Nordic. HEX triplet: 00, 2D and 2F. RGB value is (0,45,47). Sum of RGB (Red+Green+Blue) = 0+45+47=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #002D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D2F is #FFD2D0. Grayscale: #1F1F1F. Windows color (decimal): -16765649 or 3091712. OLE color: 3091712.

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

Color convert

RGB04547-
CMYK10.0400.82
HSL182.55º100%9.22%-
HSV(B)182.55º100%18.43%-
XYZ1.452.083.01-
YUV31.77136.59105.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 48.91%
BLUE value IS 47 (18.75% from 255) = 51.09%
R=0%
G=48.91%
B=51.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0454710.0400.82182.551009.22
Hex02D2F644052b7649
Octal055571444012226714411
Binary01011011011111100100100010100101011011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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