#15472F

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

Shades of Zuccini #15472F

Tints of Zuccini #15472F

Color information

#15472F (or 0x15472F) is unknown color: approx Zuccini. HEX triplet: 15, 47 and 2F. RGB value is (21,71,47). Sum of RGB (Red+Green+Blue) = 21+71+47=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #15472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472F is #EAB8D0. Grayscale: #353535. Windows color (decimal): -15382737 or 3098389. OLE color: 3098389.

HSL color Cylindrical-coordinate representation of color #15472F: hue angle of 151.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15472F is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB217147-
CMYK0.7000.340.72
HSL151.2º54.35%18.04%-
HSV(B)151.2º70.42%27.84%-
XYZ3.084.873.47-
YUV53.31124.44104.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 71 (28.12% from 255) = 51.08%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=15.11%
G=51.08%
B=33.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171470.7000.340.72151.254.3518.04
Hex15472F4602248973612
Octal25107571060421102276622
Binary1010110001111011111000110010001010010001001011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15472F; }

 p { color: rgb(21,71,47); }

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

<style>
 a { background-color: #15472F; }

 a { background-color: rgb(21,71,47); }

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

<style>
 span { border-color: #15472F; }

 span { border-color: rgb(21,71,47); }

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