#1C3125

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

Shades of Cardin Green #1C3125

Tints of Cardin Green #1C3125

Color information

#1C3125 (or 0x1C3125) is unknown color: approx Cardin Green. HEX triplet: 1C, 31 and 25. RGB value is (28,49,37). Sum of RGB (Red+Green+Blue) = 28+49+37=114 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.56% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #1C3125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3125 is #E3CEDA. Grayscale: #292929. Windows color (decimal): -14929627 or 2437404. OLE color: 2437404.

HSL color Cylindrical-coordinate representation of color #1C3125: hue angle of 145.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C3125 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB284937-
CMYK0.4300.240.81
HSL145.71º27.27%15.1%-
HSV(B)145.71º42.86%19.22%-
XYZ1.912.582.15-
YUV41.35125.54118.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.56%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=24.56%
G=42.98%
B=32.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849370.4300.240.81145.7127.2715.1
Hex1C31252B01851921bf
Octal346145530301212223317
Binary11100110001100101101011011000101000110010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,37); }

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

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

 a { background-color: rgb(28,49,37); }

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

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

 span { border-color: rgb(28,49,37); }

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