#15402E

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

Shades of Zuccini #15402E

Tints of Zuccini #15402E

Color information

#15402E (or 0x15402E) is unknown color: approx Zuccini. HEX triplet: 15, 40 and 2E. RGB value is (21,64,46). Sum of RGB (Red+Green+Blue) = 21+64+46=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #15402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15402E is #EABFD1. Grayscale: #313131. Windows color (decimal): -15384530 or 3031061. OLE color: 3031061.

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

Color convert

RGB216446-
CMYK0.6700.280.75
HSL154.88º50.59%16.67%-
HSV(B)154.88º67.19%25.1%-
XYZ2.644.023.22-
YUV49.09126.25107.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=16.03%
G=48.85%
B=35.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164460.6700.280.75154.8850.5916.67
Hex15402E4301C4B9b3311
Octal25100561030341132336321
Binary101011000000101110100001101110010010111001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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