#153f2e

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

Shades of Zuccini #153F2E

Tints of Zuccini #153F2E

Color information

#153F2E (or 0x153F2E) is unknown color: approx Zuccini. HEX triplet: 15, 3F and 2E. RGB value is (21,63,46). Sum of RGB (Red+Green+Blue) = 21+63+46=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #153F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F2E is #EAC0D1. Grayscale: #303030. Windows color (decimal): -15384786 or 3030805. OLE color: 3030805.

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

Color convert

RGB216346-
CMYK0.6700.270.75
HSL155.71º50%16.47%-
HSV(B)155.71º66.67%24.71%-
XYZ2.583.913.2-
YUV48.5126.59108.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 63 (25% from 255) = 48.46%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=16.15%
G=48.46%
B=35.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2163460.6700.270.75155.715016.47
Hex153F2E4301B4B9c3210
Octal2577561030331132346220
Binary10101111111101110100001101101110010111001110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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