Html Css Color HEX #1E3A21 Gordons Green

📋 copy color: '#1E3A21'

red 30 ◦ green 58 ◦ blue 33

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

Shades of Gordons Green #1E3A21

Tints of Gordons Green #1E3A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.93%

 BLUE value IS 33 (13.28% from 255) = 27.27%

R = 24.79%
G = 47.93%
B = 27.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.77

RGB Variations

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

Color information

#1E3A21 (or 0x1E3A21) is known color: Gordons Green. HEX triplet: 1E, 3A and 21. RGB value is (30,58,33). Sum of RGB (Red+Green+Blue) = 30+58+33=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #1E3A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3A21 is #E1C5DE. Grayscale: #2E2E2E. Windows color (decimal): -14796255 or 2177566. OLE color: 2177566.

HSL color Cylindrical-coordinate representation of color #1E3A21: hue angle of 126.43º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E3A21 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB 30 58 33 -
CMYK 0.48 0 0.43 0.77
HSL 126.43º 0.32% 0.17% -
HSV(B) 126.43º 0.48% 0.23% -
XYZ 2.32 3.41 1.97 -
YUV 46.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 30 58 33 0.48 0 0.43 0.77 126.43 0.32 0.17
Hex 1E 3A 21 30 0 2B 4D 7E 20 11
Octal 36 72 41 60 0 53 115 176 40 21
Binary 11110 111010 100001 110000 0 101011 1001101 1111110 100000 10001

Color Harmonies of #1E3A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3A21

Black with #1E3A21

Text Example


Text Example

White with #1E3A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,58,33); }

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

background-color css

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

 a { background-color: rgb(30,58,33); }

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

border-color css

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

 span { border-color: rgb(30,58,33); }

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