Html Css Color HEX #1C4130 Zuccini

📋 copy color: '#1C4130'

red 28 ◦ green 65 ◦ blue 48

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

Shades of Zuccini #1C4130

Tints of Zuccini #1C4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.1%

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

R = 19.86%
G = 46.1%
B = 34.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#1C4130 (or 0x1C4130) is known color: Zuccini. HEX triplet: 1C, 41 and 30. RGB value is (28,65,48). Sum of RGB (Red+Green+Blue) = 28+65+48=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #1C4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4130 is #E3BECF. Grayscale: #343434. Windows color (decimal): -14925520 or 3162396. OLE color: 3162396.

HSL color Cylindrical-coordinate representation of color #1C4130: hue angle of 152.43º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C4130 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 65 48 -
CMYK 0.57 0 0.26 0.75
HSL 152.43º 0.4% 0.18% -
HSV(B) 152.43º 0.57% 0.25% -
XYZ 2.9 4.24 3.46 -
YUV 52 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 28 65 48 0.57 0 0.26 0.75 152.43 0.4 0.18
Hex 1C 41 30 39 0 1A 4B 98 28 12
Octal 34 101 60 71 0 32 113 230 50 22
Binary 11100 1000001 110000 111001 0 11010 1001011 10011000 101000 10010

Color Harmonies of #1C4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4130

Black with #1C4130

Text Example


Text Example

White with #1C4130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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