#1E6F4A

Color #1E6F4A Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #1E6F4A

Tints of Dark Spring Green #1E6F4A

Color information

#1E6F4A (or 0x1E6F4A) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 6F and 4A. RGB value is (30,111,74). Sum of RGB (Red+Green+Blue) = 30+111+74=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6F4A is #E190B5. Grayscale: #525252. Windows color (decimal): -14782646 or 4878110. OLE color: 4878110.

HSL color Cylindrical-coordinate representation of color #1E6F4A: hue angle of 152.59º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F4A is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB3011174-
CMYK0.7300.330.56
HSL152.59º57.45%27.65%-
HSV(B)152.59º72.97%43.53%-
XYZ7.4612.148.43-
YUV82.56123.1690.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=13.95%
G=51.63%
B=34.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30111740.7300.330.56152.5957.4527.65
Hex1E6F4A490213899391c
Octal36157112111041702317134
Binary1111011011111001010100100101000011110001001100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,111,74); }

 H1.HeaderClassName
 {
   color: #1E6F4A;
 }
 .AnyTagClassName
 {
   color: #1E6F4A;
 }
</style>
background-color css

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

 a { background-color: rgb(30,111,74); }

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

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

 span { border-color: rgb(30,111,74); }

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