#123E2D

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

Shades of Zuccini #123E2D

Tints of Zuccini #123E2D

Color information

#123E2D (or 0x123E2D) is unknown color: approx Zuccini. HEX triplet: 12, 3E and 2D. RGB value is (18,62,45). Sum of RGB (Red+Green+Blue) = 18+62+45=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #123E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E2D is #EDC1D2. Grayscale: #2E2E2E. Windows color (decimal): -15581651 or 2965010. OLE color: 2965010.

HSL color Cylindrical-coordinate representation of color #123E2D: hue angle of 156.82º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E2D is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB186245-
CMYK0.7100.270.76
HSL156.82º55%15.69%-
HSV(B)156.82º70.97%24.31%-
XYZ2.453.763.08-
YUV46.91126.92107.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 62 (24.61% from 255) = 49.6%
BLUE value IS 45 (17.97% from 255) = 36%
R=14.4%
G=49.6%
B=36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1862450.7100.270.76156.825515.69
Hex123E2D4701B4C9d3710
Octal2276551070331142356720
Binary10010111110101101100011101101110011001001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,62,45); }

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

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

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

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

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

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

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