#1E332B

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

Shades of Cardin Green #1E332B

Tints of Cardin Green #1E332B

Color information

#1E332B (or 0x1E332B) is unknown color: approx Cardin Green. HEX triplet: 1E, 33 and 2B. RGB value is (30,51,43). Sum of RGB (Red+Green+Blue) = 30+51+43=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #1E332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E332B is #E1CCD4. Grayscale: #2B2B2B. Windows color (decimal): -14798037 or 2831134. OLE color: 2831134.

HSL color Cylindrical-coordinate representation of color #1E332B: hue angle of 157.14º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E332B is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB305143-
CMYK0.4100.160.8
HSL157.14º25.93%15.88%-
HSV(B)157.14º41.18%20%-
XYZ2.162.822.72-
YUV43.81127.54118.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=24.19%
G=41.13%
B=34.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3051430.4100.160.8157.1425.9315.88
Hex1E332B29010509d1a10
Octal366353510201202353220
Binary111101100111010111010010100001010000100111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,51,43); }

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

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

 a { background-color: rgb(30,51,43); }

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

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

 span { border-color: rgb(30,51,43); }

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