#1E3029

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

Shades of Cardin Green #1E3029

Tints of Cardin Green #1E3029

Color information

#1E3029 (or 0x1E3029) is unknown color: approx Cardin Green. HEX triplet: 1E, 30 and 29. RGB value is (30,48,41). Sum of RGB (Red+Green+Blue) = 30+48+41=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3029 is #E1CFD6. Grayscale: #292929. Windows color (decimal): -14798807 or 2699294. OLE color: 2699294.

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

Color convert

RGB304841-
CMYK0.3700.150.81
HSL156.67º23.08%15.29%-
HSV(B)156.67º37.5%18.82%-
XYZ1.992.552.49-
YUV41.82127.54119.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.21%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=25.21%
G=40.34%
B=34.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048410.3700.150.81156.6723.0815.29
Hex1E3029250F519d17f
Octal366051450171212352717
Binary1111011000010100110010101111101000110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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