Html Css Color HEX #1E6B4D Dark Spring Green

📋 copy color: '#1E6B4D'

red 30 ◦ green 107 ◦ blue 77

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

Shades of Dark Spring Green #1E6B4D

Tints of Dark Spring Green #1E6B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 14.02%
G = 50%
B = 35.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#1E6B4D (or 0x1E6B4D) is known color: Dark Spring Green. HEX triplet: 1E, 6B and 4D. RGB value is (30,107,77). Sum of RGB (Red+Green+Blue) = 30+107+77=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B4D is #E194B2. Grayscale: #505050. Windows color (decimal): -14783667 or 5073694. OLE color: 5073694.

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

Color convert

RGB 30 107 77 -
CMYK 0.72 0 0.28 0.58
HSL 156.62º 0.56% 0.27% -
HSV(B) 156.62º 0.72% 0.42% -
XYZ 7.13 11.33 8.83 -
YUV 80.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 30 107 77 0.72 0 0.28 0.58 156.62 0.56 0.27
Hex 1E 6B 4D 48 0 1C 3A 9D 38 1B
Octal 36 153 115 110 0 34 72 235 70 33
Binary 11110 1101011 1001101 1001000 0 11100 111010 10011101 111000 11011

Color Harmonies of #1E6B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6B4D

Black with #1E6B4D

Text Example


Text Example

White with #1E6B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,107,77); }

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

background-color css

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

 a { background-color: rgb(30,107,77); }

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

border-color css

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

 span { border-color: rgb(30,107,77); }

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