#1C3728

Color #1C3728 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #1C3728

Tints of Cardin Green #1C3728

Color information

#1C3728 (or 0x1C3728) is unknown color: approx Cardin Green. HEX triplet: 1C, 37 and 28. RGB value is (28,55,40). Sum of RGB (Red+Green+Blue) = 28+55+40=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #1C3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3728 is #E3C8D7. Grayscale: #2D2D2D. Windows color (decimal): -14928088 or 2635548. OLE color: 2635548.

HSL color Cylindrical-coordinate representation of color #1C3728: hue angle of 146.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C3728 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB285540-
CMYK0.4900.270.78
HSL146.67º32.53%16.27%-
HSV(B)146.67º49.09%21.57%-
XYZ2.233.132.49-
YUV45.22125.05115.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.76%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=22.76%
G=44.72%
B=32.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2855400.4900.270.78146.6732.5316.27
Hex1C37283101B4E932110
Octal346750610331162234120
Binary1110011011110100011000101101110011101001001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,55,40); }

 H1.HeaderClassName
 {
   color: #1C3728;
 }
 .AnyTagClassName
 {
   color: #1C3728;
 }
</style>
background-color css

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

 a { background-color: rgb(28,55,40); }

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

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

 span { border-color: rgb(28,55,40); }

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