Html Css Color HEX #1E472C Zuccini

📋 copy color: '#1E472C'

red 30 ◦ green 71 ◦ blue 44

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

Shades of Zuccini #1E472C

Tints of Zuccini #1E472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 20.69%
G = 48.97%
B = 30.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#1E472C (or 0x1E472C) is known color: Zuccini. HEX triplet: 1E, 47 and 2C. RGB value is (30,71,44). Sum of RGB (Red+Green+Blue) = 30+71+44=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #1E472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E472C is #E1B8D3. Grayscale: #373737. Windows color (decimal): -14792916 or 2901790. OLE color: 2901790.

HSL color Cylindrical-coordinate representation of color #1E472C: hue angle of 140.49º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E472C is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 71 44 -
CMYK 0.58 0 0.38 0.72
HSL 140.49º 0.41% 0.2% -
HSV(B) 140.49º 0.58% 0.28% -
XYZ 3.24 4.96 3.17 -
YUV 55.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 30 71 44 0.58 0 0.38 0.72 140.49 0.41 0.2
Hex 1E 47 2C 3A 0 26 48 8C 29 14
Octal 36 107 54 72 0 46 110 214 51 24
Binary 11110 1000111 101100 111010 0 100110 1001000 10001100 101001 10100

Color Harmonies of #1E472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E472C

Black with #1E472C

Text Example


Text Example

White with #1E472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,71,44); }

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

background-color css

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

 a { background-color: rgb(30,71,44); }

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

border-color css

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

 span { border-color: rgb(30,71,44); }

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