Html Css Color HEX #002D33 Nordic

📋 copy color: '#002D33'

red 0 ◦ green 45 ◦ blue 51

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

Shades of Nordic #002D33

Tints of Nordic #002D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 46.88%

 BLUE value IS 51 (20.31% from 255) = 53.13%

R = 0%
G = 46.88%
B = 53.13%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#002D33 (or 0x002D33) is known color: Nordic. HEX triplet: 00, 2D and 33. RGB value is (0,45,51). Sum of RGB (Red+Green+Blue) = 0+45+51=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #002D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D33 is #FFD2CC. Grayscale: #202020. Windows color (decimal): -16765645 or 3353856. OLE color: 3353856.

HSL color Cylindrical-coordinate representation of color #002D33: hue angle of 187.06º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D33 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 45 51 -
CMYK 1 0.12 0 0.8
HSL 187.06º 1% 0.1% -
HSV(B) 187.06º 1% 0.2% -
XYZ 1.54 2.12 3.46 -
YUV 32.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 0 45 51 1 0.12 0 0.8 187.06 1 0.1
Hex 0 2D 33 64 C 0 50 BB 64 A
Octal 0 55 63 144 14 0 120 273 144 12
Binary 0 101101 110011 1100100 1100 0 1010000 10111011 1100100 1010

Color Harmonies of #002D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D33

Black with #002D33

Text Example


Text Example

White with #002D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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