#152C30

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

Shades of Nordic #152C30

Tints of Nordic #152C30

Color information

#152C30 (or 0x152C30) is unknown color: approx Nordic. HEX triplet: 15, 2C and 30. RGB value is (21,44,48). Sum of RGB (Red+Green+Blue) = 21+44+48=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #152C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C30 is #EAD3CF. Grayscale: #252525. Windows color (decimal): -15389648 or 3157013. OLE color: 3157013.

HSL color Cylindrical-coordinate representation of color #152C30: hue angle of 188.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #152C30 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB214448-
CMYK0.560.0800.81
HSL188.89º39.13%13.53%-
HSV(B)188.89º56.25%18.82%-
XYZ1.742.173.12-
YUV37.58133.88116.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 44 (17.58% from 255) = 38.94%
BLUE value IS 48 (19.14% from 255) = 42.48%
R=18.58%
G=38.94%
B=42.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2144480.560.0800.81188.8939.1313.53
Hex152C30388051bd27e
Octal255460701001212754716
Binary10101101100110000111000100001010001101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,44,48); }

 H1.HeaderClassName
 {
   color: #152C30;
 }
 .AnyTagClassName
 {
   color: #152C30;
 }
</style>
background-color css

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

 a { background-color: rgb(21,44,48); }

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

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

 span { border-color: rgb(21,44,48); }

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