#1E3026

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

Shades of Cardin Green #1E3026

Tints of Cardin Green #1E3026

Color information

#1E3026 (or 0x1E3026) is unknown color: approx Cardin Green. HEX triplet: 1E, 30 and 26. RGB value is (30,48,38). Sum of RGB (Red+Green+Blue) = 30+48+38=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3026 is #E1CFD9. Grayscale: #292929. Windows color (decimal): -14798810 or 2502686. OLE color: 2502686.

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

Color convert

RGB304838-
CMYK0.3700.210.81
HSL146.67º23.08%15.29%-
HSV(B)146.67º37.5%18.82%-
XYZ1.942.532.22-
YUV41.48126.04119.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.86%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=25.86%
G=41.38%
B=32.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048380.3700.210.81146.6723.0815.29
Hex1E302625015519317f
Octal366046450251212232717
Binary11110110000100110100101010101101000110010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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