#183A38

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

Shades of Nordic #183A38

Tints of Nordic #183A38

Color information

#183A38 (or 0x183A38) is unknown color: approx Nordic. HEX triplet: 18, 3A and 38. RGB value is (24,58,56). Sum of RGB (Red+Green+Blue) = 24+58+56=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 58 - color contains mainly: green. Hex color #183A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A38 is #E7C5C7. Grayscale: #2F2F2F. Windows color (decimal): -15189448 or 3684888. OLE color: 3684888.

HSL color Cylindrical-coordinate representation of color #183A38: hue angle of 176.47º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183A38 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB245856-
CMYK0.5900.030.77
HSL176.47º41.46%16.08%-
HSV(B)176.47º58.62%22.75%-
XYZ2.63.514.28-
YUV47.61132.74111.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 58 (23.05% from 255) = 42.03%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=17.39%
G=42.03%
B=40.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2458560.5900.030.77176.4741.4616.08
Hex183A383B034Db02910
Octal30727073031152605120
Binary1100011101011100011101101110011011011000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183A38; }

 p { color: rgb(24,58,56); }

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

<style>
 a { background-color: #183A38; }

 a { background-color: rgb(24,58,56); }

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

<style>
 span { border-color: #183A38; }

 span { border-color: rgb(24,58,56); }

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