#153F28

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

Shades of Zuccini #153F28

Tints of Zuccini #153F28

Color information

#153F28 (or 0x153F28) is unknown color: approx Zuccini. HEX triplet: 15, 3F and 28. RGB value is (21,63,40). Sum of RGB (Red+Green+Blue) = 21+63+40=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #153F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F28 is #EAC0D7. Grayscale: #2F2F2F. Windows color (decimal): -15384792 or 2637589. OLE color: 2637589.

HSL color Cylindrical-coordinate representation of color #153F28: hue angle of 147.14º 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 #153F28 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB216340-
CMYK0.6700.370.75
HSL147.14º50%16.47%-
HSV(B)147.14º66.67%24.71%-
XYZ2.473.872.62-
YUV47.82123.59108.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 63 (25% from 255) = 50.81%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=16.94%
G=50.81%
B=32.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2163400.6700.370.75147.145016.47
Hex153F28430254B933210
Octal2577501030451132236220
Binary101011111111010001000011010010110010111001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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