Html Css Color HEX #1E744B Dark Spring Green

📋 copy color: '#1E744B'

red 30 ◦ green 116 ◦ blue 75

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

Shades of Dark Spring Green #1E744B

Tints of Dark Spring Green #1E744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 13.57%
G = 52.49%
B = 33.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#1E744B (or 0x1E744B) is known color: Dark Spring Green. HEX triplet: 1E, 74 and 4B. RGB value is (30,116,75). Sum of RGB (Red+Green+Blue) = 30+116+75=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #1E744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E744B is #E18BB4. Grayscale: #555555. Windows color (decimal): -14781365 or 4944926. OLE color: 4944926.

HSL color Cylindrical-coordinate representation of color #1E744B: hue angle of 151.4º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E744B is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 116 75 -
CMYK 0.74 0 0.35 0.55
HSL 151.4º 0.59% 0.29% -
HSV(B) 151.4º 0.74% 0.45% -
XYZ 8.05 13.27 8.79 -
YUV 85.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 30 116 75 0.74 0 0.35 0.55 151.4 0.59 0.29
Hex 1E 74 4B 4A 0 23 37 97 3B 1D
Octal 36 164 113 112 0 43 67 227 73 35
Binary 11110 1110100 1001011 1001010 0 100011 110111 10010111 111011 11101

Color Harmonies of #1E744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E744B

Black with #1E744B

Text Example


Text Example

White with #1E744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,116,75); }

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

background-color css

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

 a { background-color: rgb(30,116,75); }

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

border-color css

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

 span { border-color: rgb(30,116,75); }

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