#1EAF34

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

Shades of Dark Pastel Green #1EAF34

Tints of Dark Pastel Green #1EAF34

Color information

#1EAF34 (or 0x1EAF34) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, AF and 34. RGB value is (30,175,52). Sum of RGB (Red+Green+Blue) = 30+175+52=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAF34 is #E150CB. Grayscale: #757575. Windows color (decimal): -14766284 or 3452702. OLE color: 3452702.

HSL color Cylindrical-coordinate representation of color #1EAF34: hue angle of 129.1º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF34 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB3017552-
CMYK0.8300.700.31
HSL129.1º70.73%40.2%-
HSV(B)129.1º82.86%68.63%-
XYZ16.4931.188.4-
YUV117.6290.9665.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 175 (68.75% from 255) = 68.09%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=11.67%
G=68.09%
B=20.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30175520.8300.700.31129.170.7340.2
Hex1EAF34530461F814728
Octal362576412301063720110750
Binary111101010111111010010100110100011011111100000011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,175,52); }

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

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

 a { background-color: rgb(30,175,52); }

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

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

 span { border-color: rgb(30,175,52); }

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