#153E2A

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

Shades of Zuccini #153E2A

Tints of Zuccini #153E2A

Color information

#153E2A (or 0x153E2A) is unknown color: approx Zuccini. HEX triplet: 15, 3E and 2A. RGB value is (21,62,42). Sum of RGB (Red+Green+Blue) = 21+62+42=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #153E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E2A is #EAC1D5. Grayscale: #2F2F2F. Windows color (decimal): -15385046 or 2768405. OLE color: 2768405.

HSL color Cylindrical-coordinate representation of color #153E2A: hue angle of 150.73º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153E2A is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB216242-
CMYK0.6600.320.76
HSL150.73º49.4%16.27%-
HSV(B)150.73º66.13%24.31%-
XYZ2.453.772.79-
YUV47.46124.92109.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 62 (24.61% from 255) = 49.6%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=16.8%
G=49.6%
B=33.6%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2162420.6600.320.76150.7349.416.27
Hex153E2A420204C973110
Octal2576521020401142276120
Binary101011111101010101000010010000010011001001011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,62,42); }

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

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

 a { background-color: rgb(21,62,42); }

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

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

 span { border-color: rgb(21,62,42); }

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