Html Css Color HEX #002D30 Nordic

📋 copy color: '#002D30'

red 0 ◦ green 45 ◦ blue 48

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

Shades of Nordic #002D30

Tints of Nordic #002D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 51.61%

R = 0%
G = 48.39%
B = 51.61%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002D30 (or 0x002D30) is known color: Nordic. HEX triplet: 00, 2D and 30. RGB value is (0,45,48). Sum of RGB (Red+Green+Blue) = 0+45+48=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #002D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D30 is #FFD2CF. Grayscale: #1F1F1F. Windows color (decimal): -16765648 or 3157248. OLE color: 3157248.

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

Color convert

RGB 0 45 48 -
CMYK 1 0.06 0 0.81
HSL 183.75º 1% 0.09% -
HSV(B) 183.75º 1% 0.19% -
XYZ 1.47 2.09 3.12 -
YUV 31.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 0 45 48 1 0.06 0 0.81 183.75 1 0.09
Hex 0 2D 30 64 6 0 51 B8 64 9
Octal 0 55 60 144 6 0 121 270 144 11
Binary 0 101101 110000 1100100 110 0 1010001 10111000 1100100 1001

Color Harmonies of #002D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D30

Black with #002D30

Text Example


Text Example

White with #002D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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