#1E462F

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

Shades of Zuccini #1E462F

Tints of Zuccini #1E462F

Color information

#1E462F (or 0x1E462F) is unknown color: approx Zuccini. HEX triplet: 1E, 46 and 2F. RGB value is (30,70,47). Sum of RGB (Red+Green+Blue) = 30+70+47=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #1E462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E462F is #E1B9D0. Grayscale: #373737. Windows color (decimal): -14793169 or 3098142. OLE color: 3098142.

HSL color Cylindrical-coordinate representation of color #1E462F: hue angle of 145.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E462F is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB307047-
CMYK0.5700.330.73
HSL145.5º40%19.61%-
HSV(B)145.5º57.14%27.45%-
XYZ3.244.863.46-
YUV55.42123.25109.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=20.41%
G=47.62%
B=31.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3070470.5700.330.73145.54019.61
Hex1E462F3902149922814
Octal3610657710411112225024
Binary111101000110101111111001010000110010011001001010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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