#1E412F

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

Shades of Zuccini #1E412F

Tints of Zuccini #1E412F

Color information

#1E412F (or 0x1E412F) is unknown color: approx Zuccini. HEX triplet: 1E, 41 and 2F. RGB value is (30,65,47). Sum of RGB (Red+Green+Blue) = 30+65+47=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #1E412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E412F is #E1BED0. Grayscale: #343434. Windows color (decimal): -14794449 or 3096862. OLE color: 3096862.

HSL color Cylindrical-coordinate representation of color #1E412F: hue angle of 149.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E412F is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB306547-
CMYK0.5400.280.75
HSL149.14º36.84%18.63%-
HSV(B)149.14º53.85%25.49%-
XYZ2.944.263.36-
YUV52.48124.9111.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=21.13%
G=45.77%
B=33.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065470.5400.280.75149.1436.8418.63
Hex1E412F3601C4B952513
Octal3610157660341132254523
Binary11110100000110111111011001110010010111001010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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