#153D2D

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

Shades of Zuccini #153D2D

Tints of Zuccini #153D2D

Color information

#153D2D (or 0x153D2D) is unknown color: approx Zuccini. HEX triplet: 15, 3D and 2D. RGB value is (21,61,45). Sum of RGB (Red+Green+Blue) = 21+61+45=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #153D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D2D is #EAC2D2. Grayscale: #2F2F2F. Windows color (decimal): -15385299 or 2964757. OLE color: 2964757.

HSL color Cylindrical-coordinate representation of color #153D2D: hue angle of 156º 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 #153D2D is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB216145-
CMYK0.6600.260.76
HSL156º48.78%16.08%-
HSV(B)156º65.57%23.92%-
XYZ2.453.693.06-
YUV47.22126.75109.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=16.54%
G=48.03%
B=35.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2161450.6600.260.7615648.7816.08
Hex153D2D4201A4C9c3110
Octal2575551020321142346120
Binary10101111101101101100001001101010011001001110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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