Html Css Color HEX #1E482B Zuccini

📋 copy color: '#1E482B'

red 30 ◦ green 72 ◦ blue 43

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

Shades of Zuccini #1E482B

Tints of Zuccini #1E482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

 BLUE value IS 43 (17.19% from 255) = 29.66%

R = 20.69%
G = 49.66%
B = 29.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#1E482B (or 0x1E482B) is known color: Zuccini. HEX triplet: 1E, 48 and 2B. RGB value is (30,72,43). Sum of RGB (Red+Green+Blue) = 30+72+43=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #1E482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E482B is #E1B7D4. Grayscale: #383838. Windows color (decimal): -14792661 or 2836510. OLE color: 2836510.

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

Color convert

RGB 30 72 43 -
CMYK 0.58 0 0.40 0.72
HSL 138.57º 0.41% 0.2% -
HSV(B) 138.57º 0.58% 0.28% -
XYZ 3.29 5.09 3.09 -
YUV 56.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 30 72 43 0.58 0 0.40 0.72 138.57 0.41 0.2
Hex 1E 48 2B 3A 0 28 48 8B 29 14
Octal 36 110 53 72 0 50 110 213 51 24
Binary 11110 1001000 101011 111010 0 101000 1001000 10001011 101001 10100

Color Harmonies of #1E482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E482B

Black with #1E482B

Text Example


Text Example

White with #1E482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,43); }

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

background-color css

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

 a { background-color: rgb(30,72,43); }

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

border-color css

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

 span { border-color: rgb(30,72,43); }

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