Html Css Color HEX #1EAB3D Dark Pastel Green

📋 copy color: '#1EAB3D'

red 30 ◦ green 171 ◦ blue 61

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

Shades of Dark Pastel Green #1EAB3D

Tints of Dark Pastel Green #1EAB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.27%

 BLUE value IS 61 (24.22% from 255) = 23.28%

R = 11.45%
G = 65.27%
B = 23.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#1EAB3D (or 0x1EAB3D) is known color: Dark Pastel Green. HEX triplet: 1E, AB and 3D. RGB value is (30,171,61). Sum of RGB (Red+Green+Blue) = 30+171+61=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAB3D is #E154C2. Grayscale: #747474. Windows color (decimal): -14767299 or 4041502. OLE color: 4041502.

HSL color Cylindrical-coordinate representation of color #1EAB3D: hue angle of 133.19º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB3D is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 171 61 -
CMYK 0.82 0 0.64 0.33
HSL 133.19º 0.7% 0.39% -
HSV(B) 133.19º 0.82% 0.67% -
XYZ 15.94 29.74 9.31 -
YUV 116.3 96.79 66.44 -
System Red Green Blue C M Y K H S L
Decimal 30 171 61 0.82 0 0.64 0.33 133.19 0.7 0.39
Hex 1E AB 3D 52 0 40 21 85 46 27
Octal 36 253 75 122 0 100 41 205 106 47
Binary 11110 10101011 111101 1010010 0 1000000 100001 10000101 1000110 100111

Color Harmonies of #1EAB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAB3D

Black with #1EAB3D

Text Example


Text Example

White with #1EAB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,171,61); }

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

background-color css

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

 a { background-color: rgb(30,171,61); }

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

border-color css

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

 span { border-color: rgb(30,171,61); }

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