#1E322A

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

Shades of Cardin Green #1E322A

Tints of Cardin Green #1E322A

Color information

#1E322A (or 0x1E322A) is unknown color: approx Cardin Green. HEX triplet: 1E, 32 and 2A. RGB value is (30,50,42). Sum of RGB (Red+Green+Blue) = 30+50+42=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #1E322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E322A is #E1CDD5. Grayscale: #2B2B2B. Windows color (decimal): -14798294 or 2765342. OLE color: 2765342.

HSL color Cylindrical-coordinate representation of color #1E322A: hue angle of 156º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E322A is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB305042-
CMYK0.4000.160.80
HSL156º25%15.69%-
HSV(B)156º40%19.61%-
XYZ2.092.722.61-
YUV43.11127.37118.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.59%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=24.59%
G=40.98%
B=34.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050420.4000.160.801562515.69
Hex1E322A28010509c1910
Octal366252500201202343120
Binary111101100101010101010000100001010000100111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,50,42); }

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

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

 a { background-color: rgb(30,50,42); }

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

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

 span { border-color: rgb(30,50,42); }

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