#153F2C

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

Shades of Zuccini #153F2C

Tints of Zuccini #153F2C

Color information

#153F2C (or 0x153F2C) is unknown color: approx Zuccini. HEX triplet: 15, 3F and 2C. RGB value is (21,63,44). Sum of RGB (Red+Green+Blue) = 21+63+44=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #153F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F2C is #EAC0D3. Grayscale: #303030. Windows color (decimal): -15384788 or 2899733. OLE color: 2899733.

HSL color Cylindrical-coordinate representation of color #153F2C: hue angle of 152.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F2C is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB216344-
CMYK0.6700.300.75
HSL152.86º50%16.47%-
HSV(B)152.86º66.67%24.71%-
XYZ2.543.93-
YUV48.28125.59108.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=16.41%
G=49.22%
B=34.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2163440.6700.300.75152.865016.47
Hex153F2C4301E4B993210
Octal2577541030361132316220
Binary10101111111101100100001101111010010111001100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153F2C; }

 p { color: rgb(21,63,44); }

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

<style>
 a { background-color: #153F2C; }

 a { background-color: rgb(21,63,44); }

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

<style>
 span { border-color: #153F2C; }

 span { border-color: rgb(21,63,44); }

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