#1AB32F

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

Shades of Dark Pastel Green #1AB32F

Tints of Dark Pastel Green #1AB32F

Color information

#1AB32F (or 0x1AB32F) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, B3 and 2F. RGB value is (26,179,47). Sum of RGB (Red+Green+Blue) = 26+179+47=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB32F is #E54CD0. Grayscale: #767676. Windows color (decimal): -15027409 or 3126042. OLE color: 3126042.

HSL color Cylindrical-coordinate representation of color #1AB32F: hue angle of 128.24º 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 #1AB32F is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB2617947-
CMYK0.8500.740.30
HSL128.24º74.63%40.2%-
HSV(B)128.24º85.47%70.2%-
XYZ17.0632.678.1-
YUV118.287.8162.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 179 (70.31% from 255) = 71.03%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=10.32%
G=71.03%
B=18.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal26179470.8500.740.30128.2474.6340.2
Hex1AB32F5504A1E804b28
Octal322635712501123620011350
Binary110101011001110111110101010100101011110100000001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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