Html Css Color HEX #1C4C30 Zuccini

📋 copy color: '#1C4C30'

red 28 ◦ green 76 ◦ blue 48

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

Shades of Zuccini #1C4C30

Tints of Zuccini #1C4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50%

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

R = 18.42%
G = 50%
B = 31.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#1C4C30 (or 0x1C4C30) is known color: Zuccini. HEX triplet: 1C, 4C and 30. RGB value is (28,76,48). Sum of RGB (Red+Green+Blue) = 28+76+48=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C30 is #E3B3CF. Grayscale: #3A3A3A. Windows color (decimal): -14922704 or 3165212. OLE color: 3165212.

HSL color Cylindrical-coordinate representation of color #1C4C30: hue angle of 145º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4C30 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 76 48 -
CMYK 0.63 0 0.37 0.70
HSL 145º 0.46% 0.2% -
HSV(B) 145º 0.63% 0.3% -
XYZ 3.6 5.63 3.69 -
YUV 58.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 28 76 48 0.63 0 0.37 0.70 145 0.46 0.2
Hex 1C 4C 30 3F 0 25 46 91 2E 14
Octal 34 114 60 77 0 45 106 221 56 24
Binary 11100 1001100 110000 111111 0 100101 1000110 10010001 101110 10100

Color Harmonies of #1C4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4C30

Black with #1C4C30

Text Example


Text Example

White with #1C4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,76,48); }

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

background-color css

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

 a { background-color: rgb(28,76,48); }

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

border-color css

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

 span { border-color: rgb(28,76,48); }

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