Html Css Color HEX #1E4630 Zuccini

📋 copy color: '#1E4630'

red 30 ◦ green 70 ◦ blue 48

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

Shades of Zuccini #1E4630

Tints of Zuccini #1E4630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.43%

R = 20.27%
G = 47.3%
B = 32.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#1E4630 (or 0x1E4630) is known color: Zuccini. HEX triplet: 1E, 46 and 30. RGB value is (30,70,48). Sum of RGB (Red+Green+Blue) = 30+70+48=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #1E4630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4630 is #E1B9CF. Grayscale: #373737. Windows color (decimal): -14793168 or 3163678. OLE color: 3163678.

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

Color convert

RGB 30 70 48 -
CMYK 0.57 0 0.31 0.73
HSL 147º 0.4% 0.2% -
HSV(B) 147º 0.57% 0.27% -
XYZ 3.26 4.87 3.56 -
YUV 55.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 30 70 48 0.57 0 0.31 0.73 147 0.4 0.2
Hex 1E 46 30 39 0 1F 49 93 28 14
Octal 36 106 60 71 0 37 111 223 50 24
Binary 11110 1000110 110000 111001 0 11111 1001001 10010011 101000 10100

Color Harmonies of #1E4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4630

Black with #1E4630

Text Example


Text Example

White with #1E4630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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