Html Css Color HEX #1E483A Sherwood Green

📋 copy color: '#1E483A'

red 30 ◦ green 72 ◦ blue 58

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

Shades of Sherwood Green #1E483A

Tints of Sherwood Green #1E483A

RGB

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

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

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

R = 18.75%
G = 45%
B = 36.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#1E483A (or 0x1E483A) is known color: Sherwood Green. HEX triplet: 1E, 48 and 3A. RGB value is (30,72,58). Sum of RGB (Red+Green+Blue) = 30+72+58=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #1E483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E483A is #E1B7C5. Grayscale: #393939. Windows color (decimal): -14792646 or 3819550. OLE color: 3819550.

HSL color Cylindrical-coordinate representation of color #1E483A: hue angle of 160º 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 #1E483A is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 72 58 -
CMYK 0.58 0 0.19 0.72
HSL 160º 0.41% 0.2% -
HSV(B) 160º 0.58% 0.28% -
XYZ 3.62 5.22 4.82 -
YUV 57.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 30 72 58 0.58 0 0.19 0.72 160 0.41 0.2
Hex 1E 48 3A 3A 0 13 48 A0 29 14
Octal 36 110 72 72 0 23 110 240 51 24
Binary 11110 1001000 111010 111010 0 10011 1001000 10100000 101001 10100

Color Harmonies of #1E483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E483A

Black with #1E483A

Text Example


Text Example

White with #1E483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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