#1E4931

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

Shades of Zuccini #1E4931

Tints of Zuccini #1E4931

Color information

#1E4931 (or 0x1E4931) is unknown color: approx Zuccini. HEX triplet: 1E, 49 and 31. RGB value is (30,73,49). Sum of RGB (Red+Green+Blue) = 30+73+49=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4931 is #E1B6CE. Grayscale: #393939. Windows color (decimal): -14792399 or 3229982. OLE color: 3229982.

HSL color Cylindrical-coordinate representation of color #1E4931: hue angle of 146.51º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E4931 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB307349-
CMYK0.5900.330.71
HSL146.51º41.75%20.2%-
HSV(B)146.51º58.9%28.63%-
XYZ3.475.263.74-
YUV57.41123.25108.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.74%
GREEN value IS 73 (28.91% from 255) = 48.03%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=19.74%
G=48.03%
B=32.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3073490.5900.330.71146.5141.7520.2
Hex1E49313B02147932a14
Octal3611161730411072235224
Binary111101001001110001111011010000110001111001001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,49); }

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

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

 a { background-color: rgb(30,73,49); }

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

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

 span { border-color: rgb(30,73,49); }

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