Html Css Color HEX #1E462E Zuccini

📋 copy color: '#1E462E'

red 30 ◦ green 70 ◦ blue 46

#1E462E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zuccini #1E462E

Tints of Zuccini #1E462E

RGB

 RED value IS 30 (12.11% from 255) = 20.55%

 GREEN value IS 70 (27.73% from 255) = 47.95%

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 20.55%
G = 47.95%
B = 31.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#1E462E (or 0x1E462E) is known color: Zuccini. HEX triplet: 1E, 46 and 2E. RGB value is (30,70,46). Sum of RGB (Red+Green+Blue) = 30+70+46=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #1E462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E462E is #E1B9D1. Grayscale: #373737. Windows color (decimal): -14793170 or 3032606. OLE color: 3032606.

HSL color Cylindrical-coordinate representation of color #1E462E: hue angle of 144º 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 #1E462E is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 30 70 46 -
CMYK 0.57 0 0.34 0.73
HSL 144º 0.4% 0.2% -
HSV(B) 144º 0.57% 0.27% -
XYZ 3.22 4.85 3.35 -
YUV 55.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 30 70 46 0.57 0 0.34 0.73 144 0.4 0.2
Hex 1E 46 2E 39 0 22 49 90 28 14
Octal 36 106 56 71 0 42 111 220 50 24
Binary 11110 1000110 101110 111001 0 100010 1001001 10010000 101000 10100

Color Harmonies of #1E462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E462E

Black with #1E462E

Text Example


Text Example

White with #1E462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E462E;
 }
 .AnyTagClassName
 {
   color: #1E462E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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