#1C3226

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

Shades of Cardin Green #1C3226

Tints of Cardin Green #1C3226

Color information

#1C3226 (or 0x1C3226) is unknown color: approx Cardin Green. HEX triplet: 1C, 32 and 26. RGB value is (28,50,38). Sum of RGB (Red+Green+Blue) = 28+50+38=116 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.14% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #1C3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3226 is #E3CDD9. Grayscale: #2A2A2A. Windows color (decimal): -14929370 or 2503196. OLE color: 2503196.

HSL color Cylindrical-coordinate representation of color #1C3226: hue angle of 147.27º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C3226 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB285038-
CMYK0.4400.240.80
HSL147.27º28.21%15.29%-
HSV(B)147.27º44%19.61%-
XYZ1.972.672.24-
YUV42.05125.71117.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.14%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=24.14%
G=43.10%
B=32.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2850380.4400.240.80147.2728.2115.29
Hex1C32262C01850931cf
Octal346246540301202233417
Binary11100110010100110101100011000101000010010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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