Html Css Color HEX #1EAD30 Dark Pastel Green

📋 copy color: '#1EAD30'

red 30 ◦ green 173 ◦ blue 48

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

Shades of Dark Pastel Green #1EAD30

Tints of Dark Pastel Green #1EAD30

RGB

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

 GREEN value IS 173 (67.97% from 255) = 68.92%

 BLUE value IS 48 (19.14% from 255) = 19.12%

R = 11.95%
G = 68.92%
B = 19.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#1EAD30 (or 0x1EAD30) is known color: Dark Pastel Green. HEX triplet: 1E, AD and 30. RGB value is (30,173,48). Sum of RGB (Red+Green+Blue) = 30+173+48=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAD30 is #E152CF. Grayscale: #747474. Windows color (decimal): -14766800 or 3190046. OLE color: 3190046.

HSL color Cylindrical-coordinate representation of color #1EAD30: hue angle of 127.55º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD30 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 173 48 -
CMYK 0.83 0 0.72 0.32
HSL 127.55º 0.7% 0.4% -
HSV(B) 127.55º 0.83% 0.68% -
XYZ 16.01 30.38 7.82 -
YUV 115.99 89.62 66.66 -
System Red Green Blue C M Y K H S L
Decimal 30 173 48 0.83 0 0.72 0.32 127.55 0.7 0.4
Hex 1E AD 30 53 0 48 20 80 46 28
Octal 36 255 60 123 0 110 40 200 106 50
Binary 11110 10101101 110000 1010011 0 1001000 100000 10000000 1000110 101000

Color Harmonies of #1EAD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAD30

Black with #1EAD30

Text Example


Text Example

White with #1EAD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,173,48); }

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

background-color css

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

 a { background-color: rgb(30,173,48); }

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

border-color css

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

 span { border-color: rgb(30,173,48); }

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