#123B2C

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

Shades of Zuccini #123B2C

Tints of Zuccini #123B2C

Color information

#123B2C (or 0x123B2C) is unknown color: approx Zuccini. HEX triplet: 12, 3B and 2C. RGB value is (18,59,44). Sum of RGB (Red+Green+Blue) = 18+59+44=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #123B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B2C is #EDC4D3. Grayscale: #2D2D2D. Windows color (decimal): -15582420 or 2898706. OLE color: 2898706.

HSL color Cylindrical-coordinate representation of color #123B2C: hue angle of 158.05º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123B2C is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB185944-
CMYK0.6900.250.77
HSL158.05º53.25%15.1%-
HSV(B)158.05º69.49%23.14%-
XYZ2.273.442.93-
YUV45.03127.42108.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 59 (23.44% from 255) = 48.76%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=14.88%
G=48.76%
B=36.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859440.6900.250.77158.0553.2515.1
Hex123B2C450194D9e35f
Octal2273541050311152366517
Binary1001011101110110010001010110011001101100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B2C; }

 p { color: rgb(18,59,44); }

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

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

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

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

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

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

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