Html Css Color HEX #183A38 Nordic

📋 copy color: '#183A38'

red 24 ◦ green 58 ◦ blue 56

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

Shades of Nordic #183A38

Tints of Nordic #183A38

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 value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#183A38 (or 0x183A38) is known color: 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

RGB 24 58 56 -
CMYK 0.59 0 0.03 0.77
HSL 176.47º 0.41% 0.16% -
HSV(B) 176.47º 0.59% 0.23% -
XYZ 2.6 3.51 4.28 -
YUV 47.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 24 58 56 0.59 0 0.03 0.77 176.47 0.41 0.16
Hex 18 3A 38 3B 0 3 4D B0 29 10
Octal 30 72 70 73 0 3 115 260 51 20
Binary 11000 111010 111000 111011 0 11 1001101 10110000 101001 10000

Color Harmonies of #183A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A38

Black with #183A38

Text Example


Text Example

White with #183A38

Text Example


Text Example

HTML Codes & Css Web 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>