#124B2E

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

Shades of Zuccini #124B2E

Tints of Zuccini #124B2E

Color information

#124B2E (or 0x124B2E) is unknown color: approx Zuccini. HEX triplet: 12, 4B and 2E. RGB value is (18,75,46). Sum of RGB (Red+Green+Blue) = 18+75+46=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #124B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B2E is #EDB4D1. Grayscale: #363636. Windows color (decimal): -15578322 or 3033874. OLE color: 3033874.

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

Color convert

RGB187546-
CMYK0.7600.390.71
HSL149.47º61.29%18.24%-
HSV(B)149.47º76%29.41%-
XYZ3.265.363.45-
YUV54.65123.12101.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=12.95%
G=53.96%
B=33.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1875460.7600.390.71149.4761.2918.24
Hex124B2E4C02747953d12
Octal22113561140471072257522
Binary1001010010111011101001100010011110001111001010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,75,46); }

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

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

 a { background-color: rgb(18,75,46); }

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

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

 span { border-color: rgb(18,75,46); }

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