Html Css Color HEX #1E3921 Gordons Green

📋 copy color: '#1E3921'

red 30 ◦ green 57 ◦ blue 33

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

Shades of Gordons Green #1E3921

Tints of Gordons Green #1E3921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.5%

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

R = 25%
G = 47.5%
B = 27.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#1E3921 (or 0x1E3921) is known color: Gordons Green. HEX triplet: 1E, 39 and 21. RGB value is (30,57,33). Sum of RGB (Red+Green+Blue) = 30+57+33=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3921 is #E1C6DE. Grayscale: #2E2E2E. Windows color (decimal): -14796511 or 2177310. OLE color: 2177310.

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

Color convert

RGB 30 57 33 -
CMYK 0.47 0 0.42 0.78
HSL 126.67º 0.31% 0.17% -
HSV(B) 126.67º 0.47% 0.22% -
XYZ 2.27 3.31 1.96 -
YUV 46.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 30 57 33 0.47 0 0.42 0.78 126.67 0.31 0.17
Hex 1E 39 21 2F 0 2A 4E 7F 1F 11
Octal 36 71 41 57 0 52 116 177 37 21
Binary 11110 111001 100001 101111 0 101010 1001110 1111111 11111 10001

Color Harmonies of #1E3921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3921

Black with #1E3921

Text Example


Text Example

White with #1E3921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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