#124A2B

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

Shades of Zuccini #124A2B

Tints of Zuccini #124A2B

Color information

#124A2B (or 0x124A2B) is unknown color: approx Zuccini. HEX triplet: 12, 4A and 2B. RGB value is (18,74,43). Sum of RGB (Red+Green+Blue) = 18+74+43=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #124A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A2B is #EDB5D4. Grayscale: #353535. Windows color (decimal): -15578581 or 2837010. OLE color: 2837010.

HSL color Cylindrical-coordinate representation of color #124A2B: hue angle of 146.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A2B is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB187443-
CMYK0.7600.420.71
HSL146.79º60.87%18.04%-
HSV(B)146.79º75.68%29.02%-
XYZ3.135.23.12-
YUV53.72121.95102.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 74 (29.30% from 255) = 54.81%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=13.33%
G=54.81%
B=31.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874430.7600.420.71146.7960.8718.04
Hex124A2B4C02A47933d12
Octal22112531140521072237522
Binary1001010010101010111001100010101010001111001001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124A2B; }

 p { color: rgb(18,74,43); }

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

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

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

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

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

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

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