Html Css Color HEX #1E4024 Gordons Green

📋 copy color: '#1E4024'

red 30 ◦ green 64 ◦ blue 36

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

Shades of Gordons Green #1E4024

Tints of Gordons Green #1E4024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 49.23%

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

R = 23.08%
G = 49.23%
B = 27.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#1E4024 (or 0x1E4024) is known color: Gordons Green. HEX triplet: 1E, 40 and 24. RGB value is (30,64,36). Sum of RGB (Red+Green+Blue) = 30+64+36=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4024 is #E1BFDB. Grayscale: #323232. Windows color (decimal): -14794716 or 2375710. OLE color: 2375710.

HSL color Cylindrical-coordinate representation of color #1E4024: hue angle of 130.59º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E4024 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 64 36 -
CMYK 0.53 0 0.44 0.75
HSL 130.59º 0.36% 0.18% -
HSV(B) 130.59º 0.53% 0.25% -
XYZ 2.69 4.07 2.31 -
YUV 50.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 30 64 36 0.53 0 0.44 0.75 130.59 0.36 0.18
Hex 1E 40 24 35 0 2C 4B 83 24 12
Octal 36 100 44 65 0 54 113 203 44 22
Binary 11110 1000000 100100 110101 0 101100 1001011 10000011 100100 10010

Color Harmonies of #1E4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4024

Black with #1E4024

Text Example


Text Example

White with #1E4024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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