Html Css Color HEX #1E4035 Sherwood Green

📋 copy color: '#1E4035'

red 30 ◦ green 64 ◦ blue 53

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

Shades of Sherwood Green #1E4035

Tints of Sherwood Green #1E4035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.05%

R = 20.41%
G = 43.54%
B = 36.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#1E4035 (or 0x1E4035) is known color: Sherwood Green. HEX triplet: 1E, 40 and 35. RGB value is (30,64,53). Sum of RGB (Red+Green+Blue) = 30+64+53=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4035 is #E1BFCA. Grayscale: #343434. Windows color (decimal): -14794699 or 3489822. OLE color: 3489822.

HSL color Cylindrical-coordinate representation of color #1E4035: hue angle of 160.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 #1E4035 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 64 53 -
CMYK 0.53 0 0.17 0.75
HSL 160.59º 0.36% 0.18% -
HSV(B) 160.59º 0.53% 0.25% -
XYZ 3.01 4.2 4.02 -
YUV 52.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 30 64 53 0.53 0 0.17 0.75 160.59 0.36 0.18
Hex 1E 40 35 35 0 11 4B A1 24 12
Octal 36 100 65 65 0 21 113 241 44 22
Binary 11110 1000000 110101 110101 0 10001 1001011 10100001 100100 10010

Color Harmonies of #1E4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4035

Black with #1E4035

Text Example


Text Example

White with #1E4035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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