#1EBE42

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

Shades of Dark Pastel Green #1EBE42

Tints of Dark Pastel Green #1EBE42

Color information

#1EBE42 (or 0x1EBE42) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BE and 42. RGB value is (30,190,66). Sum of RGB (Red+Green+Blue) = 30+190+66=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 190 (74.61% from 255 or 66.43% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBE42 is #E141BD. Grayscale: #808080. Windows color (decimal): -14762430 or 4374046. OLE color: 4374046.

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

Color convert

RGB3019066-
CMYK0.8400.650.25
HSL133.5º72.73%43.14%-
HSV(B)133.5º84.21%74.51%-
XYZ19.9337.511.34-
YUV128.0292.9958.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.49%
GREEN value IS 190 (74.61% from 255) = 66.43%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=10.49%
G=66.43%
B=23.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30190660.8400.650.25133.572.7343.14
Hex1EBE42540411986492b
Octal3627610212401013120611153
Binary1111010111110100001010101000100000111001100001101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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