#124E30

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

Shades of Zuccini #124E30

Tints of Zuccini #124E30

Color information

#124E30 (or 0x124E30) is unknown color: approx Zuccini. HEX triplet: 12, 4E and 30. RGB value is (18,78,48). Sum of RGB (Red+Green+Blue) = 18+78+48=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #124E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E30 is #EDB1CF. Grayscale: #383838. Windows color (decimal): -15577552 or 3165714. OLE color: 3165714.

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

Color convert

RGB187848-
CMYK0.7700.380.69
HSL150º62.5%18.82%-
HSV(B)150º76.92%30.59%-
XYZ3.515.793.73-
YUV56.64123.12100.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 48 (19.14% from 255) = 33.33%
R=12.5%
G=54.17%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878480.7700.380.6915062.518.82
Hex124E304D02645963e13
Octal22116601150461052267623
Binary1001010011101100001001101010011010001011001011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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