Html Css Color HEX #1E483B Sherwood Green

📋 copy color: '#1E483B'

red 30 ◦ green 72 ◦ blue 59

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

Shades of Sherwood Green #1E483B

Tints of Sherwood Green #1E483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 18.63%
G = 44.72%
B = 36.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#1E483B (or 0x1E483B) is known color: Sherwood Green. HEX triplet: 1E, 48 and 3B. RGB value is (30,72,59). Sum of RGB (Red+Green+Blue) = 30+72+59=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #1E483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E483B is #E1B7C4. Grayscale: #393939. Windows color (decimal): -14792645 or 3885086. OLE color: 3885086.

HSL color Cylindrical-coordinate representation of color #1E483B: hue angle of 161.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E483B is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 72 59 -
CMYK 0.58 0 0.18 0.72
HSL 161.43º 0.41% 0.2% -
HSV(B) 161.43º 0.58% 0.28% -
XYZ 3.64 5.23 4.95 -
YUV 57.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 30 72 59 0.58 0 0.18 0.72 161.43 0.41 0.2
Hex 1E 48 3B 3A 0 12 48 A1 29 14
Octal 36 110 73 72 0 22 110 241 51 24
Binary 11110 1001000 111011 111010 0 10010 1001000 10100001 101001 10100

Color Harmonies of #1E483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E483B

Black with #1E483B

Text Example


Text Example

White with #1E483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,59); }

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

background-color css

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

 a { background-color: rgb(30,72,59); }

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

border-color css

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

 span { border-color: rgb(30,72,59); }

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