Html Css Color HEX #1E3029 Cardin Green

📋 copy color: '#1E3029'

red 30 ◦ green 48 ◦ blue 41

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

Shades of Cardin Green #1E3029

Tints of Cardin Green #1E3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.34%

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

R = 25.21%
G = 40.34%
B = 34.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#1E3029 (or 0x1E3029) is known color: Cardin Green. HEX triplet: 1E, 30 and 29. RGB value is (30,48,41). Sum of RGB (Red+Green+Blue) = 30+48+41=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3029 is #E1CFD6. Grayscale: #292929. Windows color (decimal): -14798807 or 2699294. OLE color: 2699294.

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

Color convert

RGB 30 48 41 -
CMYK 0.37 0 0.15 0.81
HSL 156.67º 0.23% 0.15% -
HSV(B) 156.67º 0.38% 0.19% -
XYZ 1.99 2.55 2.49 -
YUV 41.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 30 48 41 0.37 0 0.15 0.81 156.67 0.23 0.15
Hex 1E 30 29 25 0 F 51 9D 17 F
Octal 36 60 51 45 0 17 121 235 27 17
Binary 11110 110000 101001 100101 0 1111 1010001 10011101 10111 1111

Color Harmonies of #1E3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3029

Black with #1E3029

Text Example


Text Example

White with #1E3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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