Html Css Color HEX #002E38 Nordic

📋 copy color: '#002E38'

red 0 ◦ green 46 ◦ blue 56

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

Shades of Nordic #002E38

Tints of Nordic #002E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 45.1%

 BLUE value IS 56 (22.27% from 255) = 54.9%

R = 0%
G = 45.1%
B = 54.9%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002E38 (or 0x002E38) is known color: Nordic. HEX triplet: 00, 2E and 38. RGB value is (0,46,56). Sum of RGB (Red+Green+Blue) = 0+46+56=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #002E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E38 is #FFD1C7. Grayscale: #212121. Windows color (decimal): -16765384 or 3681792. OLE color: 3681792.

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

Color convert

RGB 0 46 56 -
CMYK 1 0.18 0 0.78
HSL 190.71º 1% 0.11% -
HSV(B) 190.71º 1% 0.22% -
XYZ 1.69 2.24 4.08 -
YUV 33.39 140.76 104.19 -
System Red Green Blue C M Y K H S L
Decimal 0 46 56 1 0.18 0 0.78 190.71 1 0.11
Hex 0 2E 38 64 12 0 4E BF 64 B
Octal 0 56 70 144 22 0 116 277 144 13
Binary 0 101110 111000 1100100 10010 0 1001110 10111111 1100100 1011

Color Harmonies of #002E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E38

Black with #002E38

Text Example


Text Example

White with #002E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,46,56); }

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

background-color css

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

 a { background-color: rgb(0,46,56); }

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

border-color css

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

 span { border-color: rgb(0,46,56); }

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