Html Css Color HEX #1ABD31 Dark Pastel Green

📋 copy color: '#1ABD31'

red 26 ◦ green 189 ◦ blue 49

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

Shades of Dark Pastel Green #1ABD31

Tints of Dark Pastel Green #1ABD31

RGB

 RED value IS 26 (10.55% from 255) = 9.85%

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 9.85%
G = 71.59%
B = 18.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#1ABD31 (or 0x1ABD31) is known color: Dark Pastel Green. HEX triplet: 1A, BD and 31. RGB value is (26,189,49). Sum of RGB (Red+Green+Blue) = 26+189+49=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 189 (74.22% from 255 or 71.59% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABD31 is #E542CE. Grayscale: #7C7C7C. Windows color (decimal): -15024847 or 3259674. OLE color: 3259674.

HSL color Cylindrical-coordinate representation of color #1ABD31: hue angle of 128.47º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABD31 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 189 49 -
CMYK 0.86 0 0.74 0.26
HSL 128.47º 0.76% 0.42% -
HSV(B) 128.47º 0.86% 0.74% -
XYZ 19.18 36.84 9.01 -
YUV 124.3 85.5 57.88 -
System Red Green Blue C M Y K H S L
Decimal 26 189 49 0.86 0 0.74 0.26 128.47 0.76 0.42
Hex 1A BD 31 56 0 4A 1A 80 4C 2A
Octal 32 275 61 126 0 112 32 200 114 52
Binary 11010 10111101 110001 1010110 0 1001010 11010 10000000 1001100 101010

Color Harmonies of #1ABD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD31

Black with #1ABD31

Text Example


Text Example

White with #1ABD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,189,49); }

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

background-color css

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

 a { background-color: rgb(26,189,49); }

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

border-color css

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

 span { border-color: rgb(26,189,49); }

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