Html Css Color HEX #1E3821 Gordons Green

📋 copy color: '#1E3821'

red 30 ◦ green 56 ◦ blue 33

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

Shades of Gordons Green #1E3821

Tints of Gordons Green #1E3821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.06%

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

R = 25.21%
G = 47.06%
B = 27.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#1E3821 (or 0x1E3821) is known color: Gordons Green. HEX triplet: 1E, 38 and 21. RGB value is (30,56,33). Sum of RGB (Red+Green+Blue) = 30+56+33=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3821 is #E1C7DE. Grayscale: #2D2D2D. Windows color (decimal): -14796767 or 2177054. OLE color: 2177054.

HSL color Cylindrical-coordinate representation of color #1E3821: hue angle of 126.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E3821 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 56 33 -
CMYK 0.46 0 0.41 0.78
HSL 126.92º 0.3% 0.17% -
HSV(B) 126.92º 0.46% 0.22% -
XYZ 2.22 3.21 1.94 -
YUV 45.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 30 56 33 0.46 0 0.41 0.78 126.92 0.3 0.17
Hex 1E 38 21 2E 0 29 4E 7F 1E 11
Octal 36 70 41 56 0 51 116 177 36 21
Binary 11110 111000 100001 101110 0 101001 1001110 1111111 11110 10001

Color Harmonies of #1E3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3821

Black with #1E3821

Text Example


Text Example

White with #1E3821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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