#123E2A

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

Shades of Zuccini #123E2A

Tints of Zuccini #123E2A

Color information

#123E2A (or 0x123E2A) is unknown color: approx Zuccini. HEX triplet: 12, 3E and 2A. RGB value is (18,62,42). Sum of RGB (Red+Green+Blue) = 18+62+42=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #123E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E2A is #EDC1D5. Grayscale: #2E2E2E. Windows color (decimal): -15581654 or 2768402. OLE color: 2768402.

HSL color Cylindrical-coordinate representation of color #123E2A: hue angle of 152.73º 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 #123E2A is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB186242-
CMYK0.7100.320.76
HSL152.73º55%15.69%-
HSV(B)152.73º70.97%24.31%-
XYZ2.393.742.79-
YUV46.56125.42107.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 62 (24.61% from 255) = 50.82%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=14.75%
G=50.82%
B=34.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1862420.7100.320.76152.735515.69
Hex123E2A470204C993710
Octal2276521070401142316720
Binary100101111101010101000111010000010011001001100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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