#1E3129

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

Shades of Cardin Green #1E3129

Tints of Cardin Green #1E3129

Color information

#1E3129 (or 0x1E3129) is unknown color: approx Cardin Green. HEX triplet: 1E, 31 and 29. RGB value is (30,49,41). Sum of RGB (Red+Green+Blue) = 30+49+41=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3129 is #E1CED6. Grayscale: #2A2A2A. Windows color (decimal): -14798551 or 2699550. OLE color: 2699550.

HSL color Cylindrical-coordinate representation of color #1E3129: hue angle of 154.74º 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 #1E3129 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB304941-
CMYK0.3900.160.81
HSL154.74º24.05%15.49%-
HSV(B)154.74º38.78%19.22%-
XYZ2.032.632.5-
YUV42.41127.21119.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=25%
G=40.83%
B=34.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049410.3900.160.81154.7424.0515.49
Hex1E312927010519b18f
Octal366151470201212333017
Binary11110110001101001100111010000101000110011011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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