#123F2C

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

Shades of Zuccini #123F2C

Tints of Zuccini #123F2C

Color information

#123F2C (or 0x123F2C) is unknown color: approx Zuccini. HEX triplet: 12, 3F and 2C. RGB value is (18,63,44). Sum of RGB (Red+Green+Blue) = 18+63+44=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #123F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F2C is #EDC0D3. Grayscale: #2F2F2F. Windows color (decimal): -15581396 or 2899730. OLE color: 2899730.

HSL color Cylindrical-coordinate representation of color #123F2C: hue angle of 154.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F2C is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB186344-
CMYK0.7100.300.75
HSL154.67º55.56%15.88%-
HSV(B)154.67º71.43%24.71%-
XYZ2.483.873-
YUV47.38126.09107.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 63 (25% from 255) = 50.4%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=14.4%
G=50.4%
B=35.2%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863440.7100.300.75154.6755.5615.88
Hex123F2C4701E4B9b3810
Octal2277541070361132337020
Binary10010111111101100100011101111010010111001101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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