#15402A

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

Shades of Zuccini #15402A

Tints of Zuccini #15402A

Color information

#15402A (or 0x15402A) is unknown color: approx Zuccini. HEX triplet: 15, 40 and 2A. RGB value is (21,64,42). Sum of RGB (Red+Green+Blue) = 21+64+42=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #15402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15402A is #EABFD5. Grayscale: #303030. Windows color (decimal): -15384534 or 2768917. OLE color: 2768917.

HSL color Cylindrical-coordinate representation of color #15402A: hue angle of 149.3º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15402A is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB216442-
CMYK0.6700.340.75
HSL149.3º50.59%16.67%-
HSV(B)149.3º67.19%25.1%-
XYZ2.563.992.83-
YUV48.63124.25108.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=16.54%
G=50.39%
B=33.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164420.6700.340.75149.350.5916.67
Hex15402A430224B953311
Octal25100521030421132256321
Binary1010110000001010101000011010001010010111001010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15402A; }

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

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

<style>
 a { background-color: #15402A; }

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

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

<style>
 span { border-color: #15402A; }

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

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