Html Css Color HEX #1D4830 Zuccini

📋 copy color: '#1D4830'

red 29 ◦ green 72 ◦ blue 48

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

Shades of Zuccini #1D4830

Tints of Zuccini #1D4830

RGB

 RED value IS 29 (11.72% from 255) = 19.46%

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

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

R = 19.46%
G = 48.32%
B = 32.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#1D4830 (or 0x1D4830) is known color: Zuccini. HEX triplet: 1D, 48 and 30. RGB value is (29,72,48). Sum of RGB (Red+Green+Blue) = 29+72+48=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4830 is #E2B7CF. Grayscale: #383838. Windows color (decimal): -14858192 or 3164189. OLE color: 3164189.

HSL color Cylindrical-coordinate representation of color #1D4830: hue angle of 146.51º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4830 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 72 48 -
CMYK 0.60 0 0.33 0.72
HSL 146.51º 0.43% 0.2% -
HSV(B) 146.51º 0.6% 0.28% -
XYZ 3.36 5.11 3.61 -
YUV 56.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 29 72 48 0.60 0 0.33 0.72 146.51 0.43 0.2
Hex 1D 48 30 3C 0 21 48 93 2B 14
Octal 35 110 60 74 0 41 110 223 53 24
Binary 11101 1001000 110000 111100 0 100001 1001000 10010011 101011 10100

Color Harmonies of #1D4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4830

Black with #1D4830

Text Example


Text Example

White with #1D4830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,72,48); }

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

background-color css

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

 a { background-color: rgb(29,72,48); }

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

border-color css

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

 span { border-color: rgb(29,72,48); }

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