Html Css Color HEX #1E322A Cardin Green

📋 copy color: '#1E322A'

red 30 ◦ green 50 ◦ blue 42

#1E322A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #1E322A

Tints of Cardin Green #1E322A

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.8% from 255) = 34.43%

R = 24.59%
G = 40.98%
B = 34.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.80

RGB Variations

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

Color information

#1E322A (or 0x1E322A) is known color: 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

RGB 30 50 42 -
CMYK 0.40 0 0.16 0.80
HSL 156º 0.25% 0.16% -
HSV(B) 156º 0.4% 0.2% -
XYZ 2.09 2.72 2.61 -
YUV 43.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 30 50 42 0.40 0 0.16 0.80 156 0.25 0.16
Hex 1E 32 2A 28 0 10 50 9C 19 10
Octal 36 62 52 50 0 20 120 234 31 20
Binary 11110 110010 101010 101000 0 10000 1010000 10011100 11001 10000

Color Harmonies of #1E322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E322A

Black with #1E322A

Text Example


Text Example

White with #1E322A

Text Example


Text Example

HTML Codes & Css Web 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>