#1ABB2F

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

Shades of Dark Pastel Green #1ABB2F

Tints of Dark Pastel Green #1ABB2F

Color information

#1ABB2F (or 0x1ABB2F) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BB and 2F. RGB value is (26,187,47). Sum of RGB (Red+Green+Blue) = 26+187+47=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 187 (73.44% from 255 or 71.92% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB2F is #E544D0. Grayscale: #7B7B7B. Windows color (decimal): -15025361 or 3128090. OLE color: 3128090.

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

Color convert

RGB2618747-
CMYK0.8600.750.27
HSL127.83º75.59%41.76%-
HSV(B)127.83º86.1%73.33%-
XYZ18.7135.978.65-
YUV122.985.1658.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10%
GREEN value IS 187 (73.44% from 255) = 71.92%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=10%
G=71.92%
B=18.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26187470.8600.750.27127.8375.5941.76
Hex1ABB2F5604B1B804c2a
Octal322735712601133320011452
Binary110101011101110111110101100100101111011100000001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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