#1C2622

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

Shades of Cardin Green #1C2622

Tints of Cardin Green #1C2622

Color information

#1C2622 (or 0x1C2622) is unknown color: approx Cardin Green. HEX triplet: 1C, 26 and 22. RGB value is (28,38,34). Sum of RGB (Red+Green+Blue) = 28+38+34=100 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2622 is #E3D9DD. Grayscale: #222222. Windows color (decimal): -14932446 or 2237980. OLE color: 2237980.

HSL color Cylindrical-coordinate representation of color #1C2622: hue angle of 156º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1C2622 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB283834-
CMYK0.2600.110.85
HSL156º15.15%12.94%-
HSV(B)156º26.32%14.9%-
XYZ1.461.751.77-
YUV34.55127.69123.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 28%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 34 (13.67% from 255) = 34%
R=28%
G=38%
B=34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2838340.2600.110.8515615.1512.94
Hex1C26221A0B559cfd
Octal344642320131252341715
Binary11100100110100010110100101110101011001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,34); }

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

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

 a { background-color: rgb(28,38,34); }

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

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

 span { border-color: rgb(28,38,34); }

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