#1EB742

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

Shades of Dark Pastel Green #1EB742

Tints of Dark Pastel Green #1EB742

Color information

#1EB742 (or 0x1EB742) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, B7 and 42. RGB value is (30,183,66). Sum of RGB (Red+Green+Blue) = 30+183+66=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 183 (71.88% from 255 or 65.59% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 183 - color contains mainly: green. Hex color #1EB742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB742 is #E148BD. Grayscale: #7C7C7C. Windows color (decimal): -14764222 or 4372254. OLE color: 4372254.

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

Color convert

RGB3018366-
CMYK0.8400.640.28
HSL134.12º71.83%41.76%-
HSV(B)134.12º83.61%71.76%-
XYZ18.4534.5410.85-
YUV123.9295.3161.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.75%
GREEN value IS 183 (71.88% from 255) = 65.59%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=10.75%
G=65.59%
B=23.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal30183660.8400.640.28134.1271.8341.76
Hex1EB742540401C86482a
Octal3626710212401003420611052
Binary1111010110111100001010101000100000011100100001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,183,66); }

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

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

 a { background-color: rgb(30,183,66); }

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

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

 span { border-color: rgb(30,183,66); }

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