#124C2D

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

Shades of Zuccini #124C2D

Tints of Zuccini #124C2D

Color information

#124C2D (or 0x124C2D) is unknown color: approx Zuccini. HEX triplet: 12, 4C and 2D. RGB value is (18,76,45). Sum of RGB (Red+Green+Blue) = 18+76+45=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #124C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C2D is #EDB3D2. Grayscale: #373737. Windows color (decimal): -15578067 or 2968594. OLE color: 2968594.

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

Color convert

RGB187645-
CMYK0.7600.410.70
HSL147.93º61.7%18.43%-
HSV(B)147.93º76.32%29.8%-
XYZ3.315.493.37-
YUV55.12122.28101.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 76 (30.08% from 255) = 54.68%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=12.95%
G=54.68%
B=32.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1876450.7600.410.70147.9361.718.43
Hex124C2D4C02946943e12
Octal22114551140511062247622
Binary1001010011001011011001100010100110001101001010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,76,45); }

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

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

 a { background-color: rgb(18,76,45); }

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

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

 span { border-color: rgb(18,76,45); }

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