#1E3028

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

Shades of Cardin Green #1E3028

Tints of Cardin Green #1E3028

Color information

#1E3028 (or 0x1E3028) is unknown color: approx Cardin Green. HEX triplet: 1E, 30 and 28. RGB value is (30,48,40). Sum of RGB (Red+Green+Blue) = 30+48+40=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3028 is #E1CFD7. Grayscale: #292929. Windows color (decimal): -14798808 or 2633758. OLE color: 2633758.

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

Color convert

RGB304840-
CMYK0.3700.170.81
HSL153.33º23.08%15.29%-
HSV(B)153.33º37.5%18.82%-
XYZ1.982.542.39-
YUV41.71127.04119.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.42%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=25.42%
G=40.68%
B=33.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048400.3700.170.81153.3323.0815.29
Hex1E302825011519917f
Octal366050450211212312717
Binary11110110000101000100101010001101000110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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