Html Css Color HEX #072F38 Nordic

📋 copy color: '#072F38'

red 7 ◦ green 47 ◦ blue 56

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

Shades of Nordic #072F38

Tints of Nordic #072F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 42.73%

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

R = 6.36%
G = 42.73%
B = 50.91%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072F38 (or 0x072F38) is known color: Nordic. HEX triplet: 07, 2F and 38. RGB value is (7,47,56). Sum of RGB (Red+Green+Blue) = 7+47+56=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #072F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F38 is #F8D0C7. Grayscale: #232323. Windows color (decimal): -16306376 or 3682055. OLE color: 3682055.

HSL color Cylindrical-coordinate representation of color #072F38: hue angle of 191.02º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072F38 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 47 56 -
CMYK 0.88 0.16 0 0.78
HSL 191.02º 0.78% 0.12% -
HSV(B) 191.02º 0.88% 0.22% -
XYZ 1.82 2.36 4.1 -
YUV 36.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 7 47 56 0.88 0.16 0 0.78 191.02 0.78 0.12
Hex 7 2F 38 58 10 0 4E BF 4E C
Octal 7 57 70 130 20 0 116 277 116 14
Binary 111 101111 111000 1011000 10000 0 1001110 10111111 1001110 1100

Color Harmonies of #072F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F38

Black with #072F38

Text Example


Text Example

White with #072F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,47,56); }

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

background-color css

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

 a { background-color: rgb(7,47,56); }

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

border-color css

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

 span { border-color: rgb(7,47,56); }

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