#152F34

Color #152F34 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #152F34

Tints of Nordic #152F34

Color information

#152F34 (or 0x152F34) is unknown color: approx 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

RGB214752-
CMYK0.600.1000.80
HSL189.68º42.47%14.31%-
HSV(B)189.68º59.62%20.39%-
XYZ1.952.443.62-
YUV39.8134.89114.59-

RGB Variations

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

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.70% from 255) = 43.33%
R=17.5%
G=39.17%
B=43.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2147520.600.1000.80189.6842.4714.31
Hex152F343CA050be2ae
Octal255764741201202765216
Binary10101101111110100111100101001010000101111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>