Html Css Color HEX #1E493A Sherwood Green

📋 copy color: '#1E493A'

red 30 ◦ green 73 ◦ blue 58

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

Shades of Sherwood Green #1E493A

Tints of Sherwood Green #1E493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.34%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 18.63%
G = 45.34%
B = 36.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#1E493A (or 0x1E493A) is known color: Sherwood Green. HEX triplet: 1E, 49 and 3A. RGB value is (30,73,58). Sum of RGB (Red+Green+Blue) = 30+73+58=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #1E493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E493A is #E1B6C5. Grayscale: #3A3A3A. Windows color (decimal): -14792390 or 3819806. OLE color: 3819806.

HSL color Cylindrical-coordinate representation of color #1E493A: hue angle of 159.07º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E493A is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 30 73 58 -
CMYK 0.59 0 0.21 0.71
HSL 159.07º 0.42% 0.2% -
HSV(B) 159.07º 0.59% 0.29% -
XYZ 3.68 5.35 4.84 -
YUV 58.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 30 73 58 0.59 0 0.21 0.71 159.07 0.42 0.2
Hex 1E 49 3A 3B 0 15 47 9F 2A 14
Octal 36 111 72 73 0 25 107 237 52 24
Binary 11110 1001001 111010 111011 0 10101 1000111 10011111 101010 10100

Color Harmonies of #1E493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E493A

Black with #1E493A

Text Example


Text Example

White with #1E493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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