#154C2D

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

Shades of Zuccini #154C2D

Tints of Zuccini #154C2D

Color information

#154C2D (or 0x154C2D) is unknown color: approx Zuccini. HEX triplet: 15, 4C and 2D. RGB value is (21,76,45). Sum of RGB (Red+Green+Blue) = 21+76+45=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #154C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C2D is #EAB3D2. Grayscale: #383838. Windows color (decimal): -15381459 or 2968597. OLE color: 2968597.

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

Color convert

RGB217645-
CMYK0.7200.410.70
HSL146.18º56.7%19.02%-
HSV(B)146.18º72.37%29.8%-
XYZ3.375.523.37-
YUV56.02121.78103.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 76 (30.08% from 255) = 53.52%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=14.79%
G=53.52%
B=31.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2176450.7200.410.70146.1856.719.02
Hex154C2D4802946923913
Octal25114551100511062227123
Binary1010110011001011011001000010100110001101001001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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