#124D30

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

Shades of Zuccini #124D30

Tints of Zuccini #124D30

Color information

#124D30 (or 0x124D30) is unknown color: approx Zuccini. HEX triplet: 12, 4D and 30. RGB value is (18,77,48). Sum of RGB (Red+Green+Blue) = 18+77+48=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #124D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D30 is #EDB2CF. Grayscale: #383838. Windows color (decimal): -15577808 or 3165458. OLE color: 3165458.

HSL color Cylindrical-coordinate representation of color #124D30: hue angle of 150.51º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D30 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB187748-
CMYK0.7700.380.70
HSL150.51º62.11%18.63%-
HSV(B)150.51º76.62%30.2%-
XYZ3.445.653.71-
YUV56.05123.45100.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 77 (30.47% from 255) = 53.85%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=12.59%
G=53.85%
B=33.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877480.7700.380.70150.5162.1118.63
Hex124D304D02646973e13
Octal22115601150461062277623
Binary1001010011011100001001101010011010001101001011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,77,48); }

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

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

 a { background-color: rgb(18,77,48); }

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

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

 span { border-color: rgb(18,77,48); }

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