#123838

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

Shades of Nordic #123838

Tints of Nordic #123838

Color information

#123838 (or 0x123838) is unknown color: approx Nordic. HEX triplet: 12, 38 and 38. RGB value is (18,56,56). Sum of RGB (Red+Green+Blue) = 18+56+56=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #123838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123838 is #EDC7C7. Grayscale: #2C2C2C. Windows color (decimal): -15583176 or 3684370. OLE color: 3684370.

HSL color Cylindrical-coordinate representation of color #123838: hue angle of 180º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123838 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB185656-
CMYK0.68000.78
HSL180º51.35%14.51%-
HSV(B)180º67.86%21.96%-
XYZ2.383.244.24-
YUV44.64134.41109-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=13.85%
G=43.08%
B=43.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856560.68000.7818051.3514.51
Hex12383844004Eb433f
Octal227070104001162646317
Binary100101110001110001000100001001110101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123838; }

 p { color: rgb(18,56,56); }

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

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

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

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

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

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

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