Html Css Color HEX #1E7540 Dark Spring Green

📋 copy color: '#1E7540'

red 30 ◦ green 117 ◦ blue 64

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

Shades of Dark Spring Green #1E7540

Tints of Dark Spring Green #1E7540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.45%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 14.22%
G = 55.45%
B = 30.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#1E7540 (or 0x1E7540) is known color: Dark Spring Green. HEX triplet: 1E, 75 and 40. RGB value is (30,117,64). Sum of RGB (Red+Green+Blue) = 30+117+64=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7540 is #E18ABF. Grayscale: #555555. Windows color (decimal): -14781120 or 4224286. OLE color: 4224286.

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

Color convert

RGB 30 117 64 -
CMYK 0.74 0 0.45 0.54
HSL 143.45º 0.59% 0.29% -
HSV(B) 143.45º 0.74% 0.46% -
XYZ 7.82 13.37 7.02 -
YUV 84.95 116.18 88.81 -
System Red Green Blue C M Y K H S L
Decimal 30 117 64 0.74 0 0.45 0.54 143.45 0.59 0.29
Hex 1E 75 40 4A 0 2D 36 8F 3B 1D
Octal 36 165 100 112 0 55 66 217 73 35
Binary 11110 1110101 1000000 1001010 0 101101 110110 10001111 111011 11101

Color Harmonies of #1E7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7540

Black with #1E7540

Text Example


Text Example

White with #1E7540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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