Html Css Color HEX #1E3229 Cardin Green

📋 copy color: '#1E3229'

red 30 ◦ green 50 ◦ blue 41

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

Shades of Cardin Green #1E3229

Tints of Cardin Green #1E3229

RGB

 RED value IS 30 (12.11% from 255) = 24.79%

 GREEN value IS 50 (19.92% from 255) = 41.32%

 BLUE value IS 41 (16.41% from 255) = 33.88%

R = 24.79%
G = 41.32%
B = 33.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#1E3229 (or 0x1E3229) is known color: Cardin Green. HEX triplet: 1E, 32 and 29. RGB value is (30,50,41). Sum of RGB (Red+Green+Blue) = 30+50+41=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3229 is #E1CDD6. Grayscale: #2B2B2B. Windows color (decimal): -14798295 or 2699806. OLE color: 2699806.

HSL color Cylindrical-coordinate representation of color #1E3229: hue angle of 153º 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 #1E3229 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 30 50 41 -
CMYK 0.40 0 0.18 0.80
HSL 153º 0.25% 0.16% -
HSV(B) 153º 0.4% 0.2% -
XYZ 2.08 2.72 2.51 -
YUV 42.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 30 50 41 0.40 0 0.18 0.80 153 0.25 0.16
Hex 1E 32 29 28 0 12 50 99 19 10
Octal 36 62 51 50 0 22 120 231 31 20
Binary 11110 110010 101001 101000 0 10010 1010000 10011001 11001 10000

Color Harmonies of #1E3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3229

Black with #1E3229

Text Example


Text Example

White with #1E3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E3229;
 }
 .AnyTagClassName
 {
   color: #1E3229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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