Html Css Color HEX #1AB32A Dark Pastel Green

📋 copy color: '#1AB32A'

red 26 ◦ green 179 ◦ blue 42

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

Shades of Dark Pastel Green #1AB32A

Tints of Dark Pastel Green #1AB32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 72.47%

 BLUE value IS 42 (16.8% from 255) = 17%

R = 10.53%
G = 72.47%
B = 17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#1AB32A (or 0x1AB32A) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 2A. RGB value is (26,179,42). Sum of RGB (Red+Green+Blue) = 26+179+42=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB32A is #E54CD5. Grayscale: #767676. Windows color (decimal): -15027414 or 2798362. OLE color: 2798362.

HSL color Cylindrical-coordinate representation of color #1AB32A: hue angle of 126.27º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB32A is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 26 179 42 -
CMYK 0.85 0 0.77 0.30
HSL 126.27º 0.75% 0.4% -
HSV(B) 126.27º 0.85% 0.7% -
XYZ 16.96 32.63 7.59 -
YUV 117.64 85.31 62.64 -
System Red Green Blue C M Y K H S L
Decimal 26 179 42 0.85 0 0.77 0.30 126.27 0.75 0.4
Hex 1A B3 2A 55 0 4D 1E 7E 4B 28
Octal 32 263 52 125 0 115 36 176 113 50
Binary 11010 10110011 101010 1010101 0 1001101 11110 1111110 1001011 101000

Color Harmonies of #1AB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB32A

Black with #1AB32A

Text Example


Text Example

White with #1AB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,179,42); }

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

background-color css

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

 a { background-color: rgb(26,179,42); }

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

border-color css

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

 span { border-color: rgb(26,179,42); }

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