#1C2924

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

Shades of Cardin Green #1C2924

Tints of Cardin Green #1C2924

Color information

#1C2924 (or 0x1C2924) is unknown color: approx Cardin Green. HEX triplet: 1C, 29 and 24. RGB value is (28,41,36). Sum of RGB (Red+Green+Blue) = 28+41+36=105 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.67% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2924 is #E3D6DB. Grayscale: #242424. Windows color (decimal): -14931676 or 2369820. OLE color: 2369820.

HSL color Cylindrical-coordinate representation of color #1C2924: hue angle of 156.92º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C2924 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB284136-
CMYK0.3200.120.84
HSL156.92º18.84%13.53%-
HSV(B)156.92º31.71%16.08%-
XYZ1.591.961.96-
YUV36.54127.69121.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.67%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=26.67%
G=39.05%
B=34.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2841360.3200.120.84156.9218.8413.53
Hex1C2924200C549d13e
Octal345144400141242352316
Binary1110010100110010010000001100101010010011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,36); }

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

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

 a { background-color: rgb(28,41,36); }

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

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

 span { border-color: rgb(28,41,36); }

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