Html Css Color HEX #1E3520 Gordons Green

📋 copy color: '#1E3520'

red 30 ◦ green 53 ◦ blue 32

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

Shades of Gordons Green #1E3520

Tints of Gordons Green #1E3520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.09%

 BLUE value IS 32 (12.89% from 255) = 27.83%

R = 26.09%
G = 46.09%
B = 27.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#1E3520 (or 0x1E3520) is known color: Gordons Green. HEX triplet: 1E, 35 and 20. RGB value is (30,53,32). Sum of RGB (Red+Green+Blue) = 30+53+32=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #1E3520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3520 is #E1CADF. Grayscale: #2B2B2B. Windows color (decimal): -14797536 or 2110750. OLE color: 2110750.

HSL color Cylindrical-coordinate representation of color #1E3520: hue angle of 125.22º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E3520 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 30 53 32 -
CMYK 0.43 0 0.40 0.79
HSL 125.22º 0.28% 0.16% -
HSV(B) 125.22º 0.43% 0.21% -
XYZ 2.07 2.93 1.82 -
YUV 43.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 30 53 32 0.43 0 0.40 0.79 125.22 0.28 0.16
Hex 1E 35 20 2B 0 28 4F 7D 1C 10
Octal 36 65 40 53 0 50 117 175 34 20
Binary 11110 110101 100000 101011 0 101000 1001111 1111101 11100 10000

Color Harmonies of #1E3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3520

Black with #1E3520

Text Example


Text Example

White with #1E3520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,32); }

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

background-color css

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

 a { background-color: rgb(30,53,32); }

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

border-color css

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

 span { border-color: rgb(30,53,32); }

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