Html Css Color HEX #1D462B Zuccini

📋 copy color: '#1D462B'

red 29 ◦ green 70 ◦ blue 43

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

Shades of Zuccini #1D462B

Tints of Zuccini #1D462B

RGB

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

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

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

R = 20.42%
G = 49.3%
B = 30.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#1D462B (or 0x1D462B) is known color: Zuccini. HEX triplet: 1D, 46 and 2B. RGB value is (29,70,43). Sum of RGB (Red+Green+Blue) = 29+70+43=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #1D462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D462B is #E2B9D4. Grayscale: #363636. Windows color (decimal): -14858709 or 2835997. OLE color: 2835997.

HSL color Cylindrical-coordinate representation of color #1D462B: hue angle of 140.49º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D462B is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 29 70 43 -
CMYK 0.59 0 0.39 0.73
HSL 140.49º 0.41% 0.19% -
HSV(B) 140.49º 0.59% 0.27% -
XYZ 3.13 4.82 3.05 -
YUV 54.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 29 70 43 0.59 0 0.39 0.73 140.49 0.41 0.19
Hex 1D 46 2B 3B 0 27 49 8C 29 13
Octal 35 106 53 73 0 47 111 214 51 23
Binary 11101 1000110 101011 111011 0 100111 1001001 10001100 101001 10011

Color Harmonies of #1D462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D462B

Black with #1D462B

Text Example


Text Example

White with #1D462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,70,43); }

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

background-color css

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

 a { background-color: rgb(29,70,43); }

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

border-color css

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

 span { border-color: rgb(29,70,43); }

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