Html Css Color HEX #1EBA42 Dark Pastel Green

📋 copy color: '#1EBA42'

red 30 ◦ green 186 ◦ blue 66

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

Shades of Dark Pastel Green #1EBA42

Tints of Dark Pastel Green #1EBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.96%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 10.64%
G = 65.96%
B = 23.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#1EBA42 (or 0x1EBA42) is known color: Dark Pastel Green. HEX triplet: 1E, BA and 42. RGB value is (30,186,66). Sum of RGB (Red+Green+Blue) = 30+186+66=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA42 is #E145BD. Grayscale: #7E7E7E. Windows color (decimal): -14763454 or 4373022. OLE color: 4373022.

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

Color convert

RGB 30 186 66 -
CMYK 0.84 0 0.65 0.27
HSL 133.85º 0.72% 0.42% -
HSV(B) 133.85º 0.84% 0.73% -
XYZ 19.08 35.79 11.06 -
YUV 125.68 94.32 59.76 -
System Red Green Blue C M Y K H S L
Decimal 30 186 66 0.84 0 0.65 0.27 133.85 0.72 0.42
Hex 1E BA 42 54 0 41 1B 86 48 2A
Octal 36 272 102 124 0 101 33 206 110 52
Binary 11110 10111010 1000010 1010100 0 1000001 11011 10000110 1001000 101010

Color Harmonies of #1EBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBA42

Black with #1EBA42

Text Example


Text Example

White with #1EBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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