#1E3128

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

Shades of Cardin Green #1E3128

Tints of Cardin Green #1E3128

Color information

#1E3128 (or 0x1E3128) is unknown color: approx Cardin Green. HEX triplet: 1E, 31 and 28. RGB value is (30,49,40). Sum of RGB (Red+Green+Blue) = 30+49+40=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3128 is #E1CED7. Grayscale: #2A2A2A. Windows color (decimal): -14798552 or 2634014. OLE color: 2634014.

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

Color convert

RGB304940-
CMYK0.3900.180.81
HSL151.58º24.05%15.49%-
HSV(B)151.58º38.78%19.22%-
XYZ2.022.632.41-
YUV42.29126.71119.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.21%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=25.21%
G=41.18%
B=33.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049400.3900.180.81151.5824.0515.49
Hex1E312827012519818f
Octal366150470221212303017
Binary11110110001101000100111010010101000110011000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,49,40); }

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

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

 a { background-color: rgb(30,49,40); }

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

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

 span { border-color: rgb(30,49,40); }

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