#1C2320

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

Shades of Cardin Green #1C2320

Tints of Cardin Green #1C2320

Color information

#1C2320 (or 0x1C2320) is unknown color: approx Cardin Green. HEX triplet: 1C, 23 and 20. RGB value is (28,35,32). Sum of RGB (Red+Green+Blue) = 28+35+32=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2320 is #E3DCDF. Grayscale: #202020. Windows color (decimal): -14933216 or 2106140. OLE color: 2106140.

HSL color Cylindrical-coordinate representation of color #1C2320: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1C2320 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB283532-
CMYK0.2000.090.86
HSL154.29º11.11%12.35%-
HSV(B)154.29º20%13.73%-
XYZ1.341.551.6-
YUV32.56127.68124.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.47%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=29.47%
G=36.84%
B=33.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835320.2000.090.86154.2911.1112.35
Hex1C23201409569abc
Octal344340240111262321314
Binary11100100011100000101000100110101101001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,32); }

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

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

 a { background-color: rgb(28,35,32); }

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

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

 span { border-color: rgb(28,35,32); }

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