Html Css Color HEX #1E3126 Cardin Green

📋 copy color: '#1E3126'

red 30 ◦ green 49 ◦ blue 38

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

Shades of Cardin Green #1E3126

Tints of Cardin Green #1E3126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.88%

 BLUE value IS 38 (15.23% from 255) = 32.48%

R = 25.64%
G = 41.88%
B = 32.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#1E3126 (or 0x1E3126) is known color: Cardin Green. HEX triplet: 1E, 31 and 26. RGB value is (30,49,38). Sum of RGB (Red+Green+Blue) = 30+49+38=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3126 is #E1CED9. Grayscale: #2A2A2A. Windows color (decimal): -14798554 or 2502942. OLE color: 2502942.

HSL color Cylindrical-coordinate representation of color #1E3126: hue angle of 145.26º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E3126 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 30 49 38 -
CMYK 0.39 0 0.22 0.81
HSL 145.26º 0.24% 0.15% -
HSV(B) 145.26º 0.39% 0.19% -
XYZ 1.98 2.61 2.23 -
YUV 42.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 30 49 38 0.39 0 0.22 0.81 145.26 0.24 0.15
Hex 1E 31 26 27 0 16 51 91 18 F
Octal 36 61 46 47 0 26 121 221 30 17
Binary 11110 110001 100110 100111 0 10110 1010001 10010001 11000 1111

Color Harmonies of #1E3126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3126

Black with #1E3126

Text Example


Text Example

White with #1E3126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,49,38); }

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

background-color css

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

 a { background-color: rgb(30,49,38); }

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

border-color css

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

 span { border-color: rgb(30,49,38); }

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