Html Css Color HEX #152F34 Nordic

📋 copy color: '#152F34'

red 21 ◦ green 47 ◦ blue 52

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

Shades of Nordic #152F34

Tints of Nordic #152F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 43.33%

R = 17.5%
G = 39.17%
B = 43.33%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#152F34 (or 0x152F34) is known color: Nordic. HEX triplet: 15, 2F and 34. RGB value is (21,47,52). Sum of RGB (Red+Green+Blue) = 21+47+52=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #152F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F34 is #EAD0CB. Grayscale: #272727. Windows color (decimal): -15388876 or 3419925. OLE color: 3419925.

HSL color Cylindrical-coordinate representation of color #152F34: hue angle of 189.68º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152F34 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 47 52 -
CMYK 0.60 0.10 0 0.80
HSL 189.68º 0.42% 0.14% -
HSV(B) 189.68º 0.6% 0.2% -
XYZ 1.95 2.44 3.62 -
YUV 39.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 21 47 52 0.60 0.10 0 0.80 189.68 0.42 0.14
Hex 15 2F 34 3C A 0 50 BE 2A E
Octal 25 57 64 74 12 0 120 276 52 16
Binary 10101 101111 110100 111100 1010 0 1010000 10111110 101010 1110

Color Harmonies of #152F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F34

Black with #152F34

Text Example


Text Example

White with #152F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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