#1ABB2E

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

Shades of Dark Pastel Green #1ABB2E

Tints of Dark Pastel Green #1ABB2E

Color information

#1ABB2E (or 0x1ABB2E) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, BB and 2E. RGB value is (26,187,46). Sum of RGB (Red+Green+Blue) = 26+187+46=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB2E is #E544D1. Grayscale: #7B7B7B. Windows color (decimal): -15025362 or 3062554. OLE color: 3062554.

HSL color Cylindrical-coordinate representation of color #1ABB2E: hue angle of 127.45º 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 #1ABB2E is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB2618746-
CMYK0.8600.750.27
HSL127.45º75.59%41.76%-
HSV(B)127.45º86.1%73.33%-
XYZ18.6935.968.54-
YUV122.7984.6658.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.04%
GREEN value IS 187 (73.44% from 255) = 72.20%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=10.04%
G=72.20%
B=17.76%

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
Decimal26187460.8600.750.27127.4575.5941.76
Hex1ABB2E5604B1B7f4c2a
Octal322735612601133317711452
Binary11010101110111011101010110010010111101111111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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