#1C2C23

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

Shades of Cardin Green #1C2C23

Tints of Cardin Green #1C2C23

Color information

#1C2C23 (or 0x1C2C23) is unknown color: approx Cardin Green. HEX triplet: 1C, 2C and 23. RGB value is (28,44,35). Sum of RGB (Red+Green+Blue) = 28+44+35=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 44 - color contains mainly: green. Hex color #1C2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C23 is #E3D3DC. Grayscale: #262626. Windows color (decimal): -14930909 or 2305052. OLE color: 2305052.

HSL color Cylindrical-coordinate representation of color #1C2C23: hue angle of 146.25º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C2C23 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.

Color convert

RGB284435-
CMYK0.3600.200.83
HSL146.25º22.22%14.12%-
HSV(B)146.25º36.36%17.25%-
XYZ1.682.171.92-
YUV38.19126.2120.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.17%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=26.17%
G=41.12%
B=32.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2844350.3600.200.83146.2522.2214.12
Hex1C2C2324014539216e
Octal345443440241232222616
Binary11100101100100011100100010100101001110010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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