Html Css Color HEX #1C462E Zuccini

📋 copy color: '#1C462E'

red 28 ◦ green 70 ◦ blue 46

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

Shades of Zuccini #1C462E

Tints of Zuccini #1C462E

RGB

 RED value IS 28 (11.33% from 255) = 19.44%

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

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 19.44%
G = 48.61%
B = 31.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#1C462E (or 0x1C462E) is known color: Zuccini. HEX triplet: 1C, 46 and 2E. RGB value is (28,70,46). Sum of RGB (Red+Green+Blue) = 28+70+46=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #1C462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C462E is #E3B9D1. Grayscale: #363636. Windows color (decimal): -14924242 or 3032604. OLE color: 3032604.

HSL color Cylindrical-coordinate representation of color #1C462E: hue angle of 145.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C462E is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 28 70 46 -
CMYK 0.60 0 0.34 0.73
HSL 145.71º 0.43% 0.19% -
HSV(B) 145.71º 0.6% 0.27% -
XYZ 3.16 4.82 3.35 -
YUV 54.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 28 70 46 0.60 0 0.34 0.73 145.71 0.43 0.19
Hex 1C 46 2E 3C 0 22 49 92 2B 13
Octal 34 106 56 74 0 42 111 222 53 23
Binary 11100 1000110 101110 111100 0 100010 1001001 10010010 101011 10011

Color Harmonies of #1C462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C462E

Black with #1C462E

Text Example


Text Example

White with #1C462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,70,46); }

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

background-color css

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

 a { background-color: rgb(28,70,46); }

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

border-color css

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

 span { border-color: rgb(28,70,46); }

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