Html Css Color HEX #152F32 Nordic

📋 copy color: '#152F32'

red 21 ◦ green 47 ◦ blue 50

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

Shades of Nordic #152F32

Tints of Nordic #152F32

RGB

 RED value IS 21 (8.59% from 255) = 17.8%

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

 BLUE value IS 50 (19.92% from 255) = 42.37%

R = 17.8%
G = 39.83%
B = 42.37%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#152F32 (or 0x152F32) is known color: Nordic. HEX triplet: 15, 2F and 32. RGB value is (21,47,50). Sum of RGB (Red+Green+Blue) = 21+47+50=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #152F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F32 is #EAD0CD. Grayscale: #272727. Windows color (decimal): -15388878 or 3288853. OLE color: 3288853.

HSL color Cylindrical-coordinate representation of color #152F32: hue angle of 186.21º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #152F32 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 47 50 -
CMYK 0.58 0.06 0 0.80
HSL 186.21º 0.41% 0.14% -
HSV(B) 186.21º 0.58% 0.2% -
XYZ 1.9 2.42 3.39 -
YUV 39.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 21 47 50 0.58 0.06 0 0.80 186.21 0.41 0.14
Hex 15 2F 32 3A 6 0 50 BA 29 E
Octal 25 57 62 72 6 0 120 272 51 16
Binary 10101 101111 110010 111010 110 0 1010000 10111010 101001 1110

Color Harmonies of #152F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F32

Black with #152F32

Text Example


Text Example

White with #152F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152F32; }

 p { color: rgb(21,47,50); }

 H1.HeaderClassName
 {
   color: #152F32;
 }
 .AnyTagClassName
 {
   color: #152F32;
 }
</style>

background-color css

<style>
 a { background-color: #152F32; }

 a { background-color: rgb(21,47,50); }

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

border-color css

<style>
 span { border-color: #152F32; }

 span { border-color: rgb(21,47,50); }

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