Html Css Color HEX #072A2D Nordic

📋 copy color: '#072A2D'

red 7 ◦ green 42 ◦ blue 45

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

Shades of Nordic #072A2D

Tints of Nordic #072A2D

RGB

 RED value IS 7 (3.13% from 255) = 7.45%

 GREEN value IS 42 (16.8% from 255) = 44.68%

 BLUE value IS 45 (17.97% from 255) = 47.87%

R = 7.45%
G = 44.68%
B = 47.87%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#072A2D (or 0x072A2D) is known color: Nordic. HEX triplet: 07, 2A and 2D. RGB value is (7,42,45). Sum of RGB (Red+Green+Blue) = 7+42+45=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #072A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A2D is #F8D5D2. Grayscale: #1F1F1F. Windows color (decimal): -16307667 or 2959879. OLE color: 2959879.

HSL color Cylindrical-coordinate representation of color #072A2D: hue angle of 184.74º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072A2D is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 42 45 -
CMYK 0.84 0.07 0 0.82
HSL 184.74º 0.73% 0.1% -
HSV(B) 184.74º 0.84% 0.18% -
XYZ 1.39 1.89 2.77 -
YUV 31.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 7 42 45 0.84 0.07 0 0.82 184.74 0.73 0.1
Hex 7 2A 2D 54 7 0 52 B9 49 A
Octal 7 52 55 124 7 0 122 271 111 12
Binary 111 101010 101101 1010100 111 0 1010010 10111001 1001001 1010

Color Harmonies of #072A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072A2D

Black with #072A2D

Text Example


Text Example

White with #072A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072A2D; }

 p { color: rgb(7,42,45); }

 H1.HeaderClassName
 {
   color: #072A2D;
 }
 .AnyTagClassName
 {
   color: #072A2D;
 }
</style>

background-color css

<style>
 a { background-color: #072A2D; }

 a { background-color: rgb(7,42,45); }

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

border-color css

<style>
 span { border-color: #072A2D; }

 span { border-color: rgb(7,42,45); }

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