#1E472F

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

Shades of Zuccini #1E472F

Tints of Zuccini #1E472F

Color information

#1E472F (or 0x1E472F) is unknown color: approx Zuccini. HEX triplet: 1E, 47 and 2F. RGB value is (30,71,47). Sum of RGB (Red+Green+Blue) = 30+71+47=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #1E472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E472F is #E1B8D0. Grayscale: #383838. Windows color (decimal): -14792913 or 3098398. OLE color: 3098398.

HSL color Cylindrical-coordinate representation of color #1E472F: hue angle of 144.88º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E472F is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB307147-
CMYK0.5800.340.72
HSL144.88º40.59%19.8%-
HSV(B)144.88º57.75%27.84%-
XYZ3.34.993.48-
YUV56122.92109.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.27%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=20.27%
G=47.97%
B=31.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3071470.5800.340.72144.8840.5919.8
Hex1E472F3A02248912914
Octal3610757720421102215124
Binary111101000111101111111010010001010010001001000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E472F; }

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

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

<style>
 a { background-color: #1E472F; }

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

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

<style>
 span { border-color: #1E472F; }

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

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