Html Css Color HEX #1EBD3A Dark Pastel Green

📋 copy color: '#1EBD3A'

red 30 ◦ green 189 ◦ blue 58

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

Shades of Dark Pastel Green #1EBD3A

Tints of Dark Pastel Green #1EBD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 68.23%

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 10.83%
G = 68.23%
B = 20.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#1EBD3A (or 0x1EBD3A) is known color: Dark Pastel Green. HEX triplet: 1E, BD and 3A. RGB value is (30,189,58). Sum of RGB (Red+Green+Blue) = 30+189+58=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD3A is #E142C5. Grayscale: #7E7E7E. Windows color (decimal): -14762694 or 3849502. OLE color: 3849502.

HSL color Cylindrical-coordinate representation of color #1EBD3A: hue angle of 130.57º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBD3A is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 189 58 -
CMYK 0.84 0 0.69 0.26
HSL 130.57º 0.73% 0.43% -
HSV(B) 130.57º 0.84% 0.74% -
XYZ 19.5 36.98 10.11 -
YUV 126.53 89.32 59.15 -
System Red Green Blue C M Y K H S L
Decimal 30 189 58 0.84 0 0.69 0.26 130.57 0.73 0.43
Hex 1E BD 3A 54 0 45 1A 83 49 2B
Octal 36 275 72 124 0 105 32 203 111 53
Binary 11110 10111101 111010 1010100 0 1000101 11010 10000011 1001001 101011

Color Harmonies of #1EBD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBD3A

Black with #1EBD3A

Text Example


Text Example

White with #1EBD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,189,58); }

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

background-color css

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

 a { background-color: rgb(30,189,58); }

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

border-color css

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

 span { border-color: rgb(30,189,58); }

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