Html Css Color HEX #1E472F Zuccini

📋 copy color: '#1E472F'

red 30 ◦ green 71 ◦ blue 47

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

Shades of Zuccini #1E472F

Tints of Zuccini #1E472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 20.27%
G = 47.97%
B = 31.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#1E472F (or 0x1E472F) is known color: Zuccini. HEX triplet: 1E, 47 and 2F. RGB value is (30,71,47). Sum of RGB (Red+Green+Blue) = 30+71+47=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #1E472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E472F is #E1B8D0. Grayscale: #383838. Windows color (decimal): -14792913 or 3098398. OLE color: 3098398.

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

Color convert

RGB 30 71 47 -
CMYK 0.58 0 0.34 0.72
HSL 144.88º 0.41% 0.2% -
HSV(B) 144.88º 0.58% 0.28% -
XYZ 3.3 4.99 3.48 -
YUV 56.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 30 71 47 0.58 0 0.34 0.72 144.88 0.41 0.2
Hex 1E 47 2F 3A 0 22 48 91 29 14
Octal 36 107 57 72 0 42 110 221 51 24
Binary 11110 1000111 101111 111010 0 100010 1001000 10010001 101001 10100

Color Harmonies of #1E472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E472F

Black with #1E472F

Text Example


Text Example

White with #1E472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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