#124B2A

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

Shades of Zuccini #124B2A

Tints of Zuccini #124B2A

Color information

#124B2A (or 0x124B2A) is unknown color: approx Zuccini. HEX triplet: 12, 4B and 2A. RGB value is (18,75,42). Sum of RGB (Red+Green+Blue) = 18+75+42=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #124B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B2A is #EDB4D5. Grayscale: #363636. Windows color (decimal): -15578326 or 2771730. OLE color: 2771730.

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

Color convert

RGB187542-
CMYK0.7600.440.71
HSL145.26º61.29%18.24%-
HSV(B)145.26º76%29.41%-
XYZ3.185.333.05-
YUV54.19121.12102.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 75 (29.69% from 255) = 55.56%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=13.33%
G=55.56%
B=31.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1875420.7600.440.71145.2661.2918.24
Hex124B2A4C02C47913d12
Octal22113521140541072217522
Binary1001010010111010101001100010110010001111001000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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