Html Css Color HEX #1E2A24 Cardin Green

📋 copy color: '#1E2A24'

red 30 ◦ green 42 ◦ blue 36

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

Shades of Cardin Green #1E2A24

Tints of Cardin Green #1E2A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 38.89%

 BLUE value IS 36 (14.45% from 255) = 33.33%

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.84

RGB Variations

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

Color information

#1E2A24 (or 0x1E2A24) is known color: Cardin Green. HEX triplet: 1E, 2A and 24. RGB value is (30,42,36). Sum of RGB (Red+Green+Blue) = 30+42+36=108 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.78% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 42 - color contains mainly: green. Hex color #1E2A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2A24 is #E1D5DB. Grayscale: #252525. Windows color (decimal): -14800348 or 2370078. OLE color: 2370078.

HSL color Cylindrical-coordinate representation of color #1E2A24: hue angle of 150º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1E2A24 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 42 36 -
CMYK 0.29 0 0.14 0.84
HSL 150º 0.17% 0.14% -
HSV(B) 150º 0.29% 0.16% -
XYZ 1.68 2.06 1.98 -
YUV 37.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 30 42 36 0.29 0 0.14 0.84 150 0.17 0.14
Hex 1E 2A 24 1D 0 E 54 96 11 E
Octal 36 52 44 35 0 16 124 226 21 16
Binary 11110 101010 100100 11101 0 1110 1010100 10010110 10001 1110

Color Harmonies of #1E2A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2A24

Black with #1E2A24

Text Example


Text Example

White with #1E2A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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